Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 23, 2020
1 parent 74dddd5 commit fab40d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ref-cast"
version = "1.0.0" # remember to update html_root_url
version = "1.0.1" # remember to update html_root_url
authors = ["David Tolnay <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -10,7 +10,7 @@ documentation = "https://docs.rs/ref-cast"
readme = "README.md"

[dependencies]
ref-cast-impl = { version = "=1.0.0", path = "derive" }
ref-cast-impl = { version = "=1.0.1", path = "derive" }

[dev-dependencies]
rustversion = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ref-cast-impl"
version = "1.0.0"
version = "1.0.1"
authors = ["David Tolnay <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/ref-cast/1.0.0")]
#![doc(html_root_url = "https://docs.rs/ref-cast/1.0.1")]
#![no_std]

mod trivial;
Expand Down

0 comments on commit fab40d3

Please sign in to comment.