mirror of
https://github.com/openharmony/third_party_rust_either.git
synced 2026-07-19 23:23:31 -04:00
Release 1.6.0
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "either"
|
||||
version = "1.5.3"
|
||||
version = "1.6.0"
|
||||
authors = ["bluss"]
|
||||
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
+6
-1
@@ -25,12 +25,17 @@ __ https://docs.rs/either/
|
||||
How to use with cargo::
|
||||
|
||||
[dependencies]
|
||||
either = "1.5"
|
||||
either = "1.6"
|
||||
|
||||
|
||||
Recent Changes
|
||||
--------------
|
||||
|
||||
- 1.6.0
|
||||
|
||||
- Add new modules ``serde_untagged`` and ``serde_untagged_optional`` to customize
|
||||
how ``Either`` fields are serialized in other types, by @MikailBag (#49)
|
||||
|
||||
- 1.5.3
|
||||
|
||||
- Add new method ``.map()`` for ``Either<T, T>`` by @nvzqz (#40).
|
||||
|
||||
Reference in New Issue
Block a user