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 6967bba commit 6ed8561Copy full SHA for 6ed8561
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "semver"
3
-version = "1.0.26"
+version = "1.0.27"
4
authors = ["David Tolnay <[email protected]>"]
5
categories = ["data-structures", "no-std"]
6
description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"
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.26")]
+#![doc(html_root_url = "https://docs.rs/semver/1.0.27")]
64
#![cfg_attr(docsrs, feature(doc_cfg))]
65
#![cfg_attr(not(feature = "std"), no_std)]
66
#![deny(unsafe_op_in_unsafe_fn)]
0 commit comments