Skip to content

Commit bda4a41

Browse files
committed
Bump subtle version to 2.4.1.
1 parent e58fced commit bda4a41

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
@@ -4,7 +4,7 @@ name = "subtle"
44
# - update CHANGELOG
55
# - update html_root_url
66
# - update README if necessary by semver
7-
version = "2.4.0"
7+
version = "2.4.1"
88
authors = ["Isis Lovecruft <[email protected]>",
99
"Henry de Valence <[email protected]>"]
1010
readme = "README.md"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))]
1313
#![cfg_attr(feature = "nightly", deny(missing_docs))]
1414
#![doc(html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png")]
15-
#![doc(html_root_url = "https://docs.rs/subtle/2.4.0")]
15+
#![doc(html_root_url = "https://docs.rs/subtle/2.4.1")]
1616

1717
//! Note that docs will only build on nightly Rust until
1818
//! [RFC 1990 stabilizes](https://github.com/rust-lang/rust/issues/44732).

0 commit comments

Comments
 (0)