File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Entries are listed in reverse chronological order.
4
4
5
+ ## 2.2.3
6
+
7
+ * Remove the ` nightly ` -only asm-based ` black_box ` barrier in favor of the
8
+ volatile-based one, fixing compilation on current nightlies.
9
+
5
10
## 2.2.2
6
11
7
12
* Update README.md to clarify that 2.2 and above do not require the ` nightly `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " subtle"
3
- version = " 2.2.2"
3
+ # Before incrementing:
4
+ # - update CHANGELOG
5
+ # - update html_root_url
6
+ # - update README if necessary by semver
7
+ version = " 2.2.3"
4
8
authors = [" Isis Lovecruft <isis@patternsinthevoid.net>" ,
5
9
" Henry de Valence <hdevalence@hdevalence.ca>" ]
6
10
readme = " README.md"
Original file line number Diff line number Diff line change 13
13
#![ cfg_attr( feature = "nightly" , doc( include = "../README.md" ) ) ]
14
14
#![ cfg_attr( feature = "nightly" , deny( missing_docs) ) ]
15
15
#![ doc( html_logo_url = "https://doc.dalek.rs/assets/dalek-logo-clear.png" ) ]
16
+ #![ doc( html_root_url = "https://docs.rs/subtle/2.2.3" ) ]
16
17
17
18
//! Note that docs will only build on nightly Rust until
18
19
//! [RFC 1990 stabilizes](https://github.com/rust-lang/rust/issues/44732).
You can’t perform that action at this time.
0 commit comments