Skip to content

Commit a03d376

Browse files
committed
Release 1.0.1
1 parent 108a378 commit a03d376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "semver"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["David Tolnay <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

src/lib.rs

+1-1
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.0")]
63+
#![doc(html_root_url = "https://docs.rs/semver/1.0.1")]
6464
#![cfg_attr(doc_cfg, feature(doc_cfg))]
6565
#![cfg_attr(all(not(feature = "std"), not(no_alloc_crate)), no_std)]
6666
#![cfg_attr(not(no_unsafe_op_in_unsafe_fn_lint), deny(unsafe_op_in_unsafe_fn))]

0 commit comments

Comments
 (0)