Skip to content

Commit

Permalink
Release 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 26, 2024
1 parent bd9338f commit 9ef9df2
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.18"
version = "1.0.19"
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 @@ -175,7 +175,7 @@
//!
//! <br>
#![doc(html_root_url = "https://docs.rs/rustversion/1.0.18")]
#![doc(html_root_url = "https://docs.rs/rustversion/1.0.19")]
#![allow(
clippy::cast_lossless,
clippy::cast_possible_truncation,
Expand Down

0 comments on commit 9ef9df2

Please sign in to comment.