We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27fffd commit 9e86f83Copy full SHA for 9e86f83
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "rustversion"
3
-version = "1.0.21"
+version = "1.0.22"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
build = "build/build.rs"
6
categories = ["development-tools::build-utils", "no-std", "no-std::no-alloc"]
src/lib.rs
@@ -175,7 +175,7 @@
175
//!
176
//! <br>
177
178
-#![doc(html_root_url = "https://docs.rs/rustversion/1.0.21")]
+#![doc(html_root_url = "https://docs.rs/rustversion/1.0.22")]
179
#![allow(
180
clippy::cast_lossless,
181
clippy::cast_possible_truncation,
0 commit comments