File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "subtle"
4
4
# - update CHANGELOG
5
5
# - update html_root_url
6
6
# - update README if necessary by semver
7
- version = " 2.4.0 "
7
+ version = " 2.4.1 "
8
8
authors = [" Isis Lovecruft <isis@patternsinthevoid.net>" ,
9
9
" Henry de Valence <hdevalence@hdevalence.ca>" ]
10
10
readme = " README.md"
Original file line number Diff line number Diff line change 12
12
#![ cfg_attr( feature = "nightly" , doc = include_str!( "../README.md" ) ) ]
13
13
#![ cfg_attr( feature = "nightly" , deny( missing_docs) ) ]
14
14
#![ 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 " ) ]
16
16
17
17
//! Note that docs will only build on nightly Rust until
18
18
//! [RFC 1990 stabilizes](https://github.com/rust-lang/rust/issues/44732).
You can’t perform that action at this time.
0 commit comments