File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 "
88authors = [
" Isis Lovecruft <[email protected] >" ,
99 " Henry de Valence <[email protected] >" ]
1010readme = " README.md"
Original file line number Diff line number Diff line change 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).
You can’t perform that action at this time.
0 commit comments