Release 1.8.0

This commit is contained in:
Josh Stone 2022-08-17 11:02:51 -07:00
parent b136420e40
commit a966956250
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "either"
version = "1.7.0"
version = "1.8.0"
authors = ["bluss"]
edition = "2018"
rust-version = "1.36"

View File

@ -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.