Skip to content

Commit 9e86f83

Browse files
committed
Release 1.0.22
1 parent a27fffd commit 9e86f83

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 = "rustversion"
3-
version = "1.0.21"
3+
version = "1.0.22"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
55
build = "build/build.rs"
66
categories = ["development-tools::build-utils", "no-std", "no-std::no-alloc"]

src/lib.rs

Lines changed: 1 addition & 1 deletion
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.21")]
178+
#![doc(html_root_url = "https://docs.rs/rustversion/1.0.22")]
179179
#![allow(
180180
clippy::cast_lossless,
181181
clippy::cast_possible_truncation,

0 commit comments

Comments
 (0)