mirror of
https://gitee.com/openharmony/third_party_rust_either
synced 2024-11-27 01:01:13 +00:00
Release 1.8.0
This commit is contained in:
parent
b136420e40
commit
a966956250
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "either"
|
||||
version = "1.7.0"
|
||||
version = "1.8.0"
|
||||
authors = ["bluss"]
|
||||
edition = "2018"
|
||||
rust-version = "1.36"
|
||||
|
@ -25,13 +25,13 @@ __ https://docs.rs/either/
|
||||
How to use with cargo::
|
||||
|
||||
[dependencies]
|
||||
either = "1.7"
|
||||
either = "1.8"
|
||||
|
||||
|
||||
Recent Changes
|
||||
--------------
|
||||
|
||||
- UNRELEASED
|
||||
- 1.8.0
|
||||
|
||||
- **MSRV**: ``either`` now requires Rust 1.36 or later.
|
||||
|
||||
@ -40,6 +40,8 @@ Recent Changes
|
||||
|
||||
- Implement the ``Future`` trait, by @cuviper (#77)
|
||||
|
||||
- Specialize more methods of the ``io`` traits, by @Kixunil and @cuviper (#75)
|
||||
|
||||
- 1.7.0
|
||||
|
||||
- **MSRV**: ``either`` now requires Rust 1.31 or later.
|
||||
|
Loading…
Reference in New Issue
Block a user