Skip to content

Commit 6ed8561

Browse files
committed
Release 1.0.27
1 parent 6967bba commit 6ed8561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "semver"
3-
version = "1.0.26"
3+
version = "1.0.27"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["data-structures", "no-std"]
66
description = "Parser and evaluator for Cargo's flavor of Semantic Versioning"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
//!
6161
//! [Specifying Dependencies]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html
6262
63-
#![doc(html_root_url = "https://docs.rs/semver/1.0.26")]
63+
#![doc(html_root_url = "https://docs.rs/semver/1.0.27")]
6464
#![cfg_attr(docsrs, feature(doc_cfg))]
6565
#![cfg_attr(not(feature = "std"), no_std)]
6666
#![deny(unsafe_op_in_unsafe_fn)]

0 commit comments

Comments
 (0)