mirror of
https://github.com/openharmony/third_party_rust_either.git
synced 2026-07-21 03:05:24 -04:00
Bump to 1.5.2
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "either"
|
||||
version = "1.5.1"
|
||||
version = "1.5.2"
|
||||
authors = ["bluss"]
|
||||
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
@@ -31,6 +31,11 @@ How to use with cargo::
|
||||
Recent Changes
|
||||
--------------
|
||||
|
||||
- 1.5.2
|
||||
|
||||
- Add new methods ``.left_or()``, ``.left_or_default()``, ``.left_or_else()``,
|
||||
and equivalents on the right, by @DCjanus (#36)
|
||||
|
||||
- 1.5.1
|
||||
|
||||
- Add ``AsRef`` and ``AsMut`` implementations for common unsized types:
|
||||
|
||||
Reference in New Issue
Block a user