mirror of
https://github.com/openharmony/third_party_rust_indexmap.git
synced 2026-07-01 20:54:05 -04:00
Release 1.8.1
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "indexmap"
|
||||
edition = "2018"
|
||||
version = "1.8.0"
|
||||
version = "1.8.1"
|
||||
authors = [
|
||||
"bluss",
|
||||
"Josh Stone <cuviper@gmail.com>"
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
- 1.8.1
|
||||
|
||||
- The new ``IndexSet::replace_full`` will return the index of the item along
|
||||
with the replaced value, if any, by @zakcutner in PR 222_.
|
||||
|
||||
.. _222: https://github.com/bluss/indexmap/pull/222
|
||||
|
||||
- 1.8.0
|
||||
|
||||
- The new ``IndexMap::into_keys`` and ``IndexMap::into_values`` will consume
|
||||
|
||||
Reference in New Issue
Block a user