Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 29, 2020
1 parent 79e3530 commit e14a8d9
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.2" # remember to update html_root_url
version = "1.0.3" # 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.2", path = "derive" }
ref-cast-impl = { version = "=1.0.3", 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.2"
version = "1.0.3"
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 @@ -136,7 +136,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/ref-cast/1.0.2")]
#![doc(html_root_url = "https://docs.rs/ref-cast/1.0.3")]
#![no_std]

mod trivial;
Expand Down

0 comments on commit e14a8d9

Please sign in to comment.