Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Aug 17, 2022
1 parent b136420 commit a966956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "either"
version = "1.7.0"
version = "1.8.0"
authors = ["bluss"]
edition = "2018"
rust-version = "1.36"
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand Down

0 comments on commit a966956

Please sign in to comment.