Skip to content

Commit 233bac3

Browse files
committed
Bump version to 2.2.3
1 parent f845f90 commit 233bac3

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Entries are listed in reverse chronological order.
44

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+
510
## 2.2.2
611

712
* Update README.md to clarify that 2.2 and above do not require the `nightly`

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[package]
22
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"
48
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
59
"Henry de Valence <hdevalence@hdevalence.ca>"]
610
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#![cfg_attr(feature = "nightly", doc(include = "../README.md"))]
1414
#![cfg_attr(feature = "nightly", deny(missing_docs))]
1515
#![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")]
1617

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

0 commit comments

Comments
 (0)