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 77e19c8 commit 8d8bdb2Copy full SHA for 8d8bdb2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "semver"
3
-version = "1.0.5"
+version = "1.0.6"
4
authors = ["David Tolnay <dtolnay@gmail.com>"]
5
edition = "2018"
6
rust-version = "1.31"
src/lib.rs
@@ -60,7 +60,7 @@
60
//!
61
//! [Specifying Dependencies]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html
62
63
-#![doc(html_root_url = "https://docs.rs/semver/1.0.5")]
+#![doc(html_root_url = "https://docs.rs/semver/1.0.6")]
64
#![cfg_attr(doc_cfg, feature(doc_cfg))]
65
#![cfg_attr(all(not(feature = "std"), not(no_alloc_crate)), no_std)]
66
#![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))]
0 commit comments