Skip to content

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 26, 2018
1 parent 1d24bca commit 63ca39c
Show file tree
Hide file tree
Showing 3 changed files with 3 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 = "ref-cast"
version = "0.2.4" # remember to update html_root_url
version = "0.2.5" # remember to update html_root_url
authors = ["David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Safely cast &T to &U where the struct U contains a single field of type T."
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 = "0.2.4"
version = "0.2.5"
authors = ["David Tolnay <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Derive implementation for ref_cast::RefCast."
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 @@
//! # fn main() {}
//! ```
#![doc(html_root_url = "https://docs.rs/ref-cast/0.2.4")]
#![doc(html_root_url = "https://docs.rs/ref-cast/0.2.5")]

#[cfg_attr(feature = "cargo-clippy", allow(useless_attribute))]
#[allow(unused_imports)]
Expand Down

0 comments on commit 63ca39c

Please sign in to comment.