Skip to content

Commit

Permalink
Release 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 6, 2024
1 parent 0fa74f5 commit 70ca5ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "rustversion"
version = "1.0.14"
version = "1.0.15"
authors = ["David Tolnay <[email protected]>"]
build = "build/build.rs"
categories = ["development-tools::build-utils", "no-std", "no-std::no-alloc"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
//!
//! <br>

#![doc(html_root_url = "https://docs.rs/rustversion/1.0.14")]
#![doc(html_root_url = "https://docs.rs/rustversion/1.0.15")]
#![allow(
clippy::cast_lossless,
clippy::cast_possible_truncation,
Expand Down

0 comments on commit 70ca5ad

Please sign in to comment.