Skip to content

Commit 4887012

Browse files
committed
Release 1.0.20
1 parent bb83b89 commit 4887012

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 = "rustversion"
3-
version = "1.0.19"
3+
version = "1.0.20"
44
authors = ["David Tolnay <[email protected]>"]
55
build = "build/build.rs"
66
categories = ["development-tools::build-utils", "no-std", "no-std::no-alloc"]

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
//!
176176
//! <br>
177177
178-
#![doc(html_root_url = "https://docs.rs/rustversion/1.0.19")]
178+
#![doc(html_root_url = "https://docs.rs/rustversion/1.0.20")]
179179
#![allow(
180180
clippy::cast_lossless,
181181
clippy::cast_possible_truncation,

0 commit comments

Comments
 (0)