Skip to content

Commit

Permalink
Merge pull request #108 from cuviper/release-1.13.0
Browse files Browse the repository at this point in the history
Release 1.13.0
  • Loading branch information
cuviper authored Jun 25, 2024
2 parents cd0aab9 + 00fecfb commit e3ec250
Show file tree
Hide file tree
Showing 3 changed files with 7 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.12.0"
version = "1.13.0"
authors = ["bluss"]
edition = "2018"
rust-version = "1.37"
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ How to use with cargo::
Recent Changes
--------------

- 1.13.0

- Add new methods ``.cloned()`` and ``.copied()``, by @ColonelThirtyTwo (#107)

- 1.12.0

- **MSRV**: ``either`` now requires Rust 1.37 or later.
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
//! **Crate features:**
//!
//! * `"use_std"`
//! Enabled by default. Disable to make the library `#![no_std]`.
//! Enabled by default. Disable to make the library `#![no_std]`.
//!
//! * `"serde"`
//! Disabled by default. Enable to `#[derive(Serialize, Deserialize)]` for `Either`
//! Disabled by default. Enable to `#[derive(Serialize, Deserialize)]` for `Either`
//!

#![doc(html_root_url = "https://docs.rs/either/1/")]
Expand Down

0 comments on commit e3ec250

Please sign in to comment.