We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f1df3 commit 2585624Copy full SHA for 2585624
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "volatile"
3
-version = "0.4.3"
+version = "0.4.4"
4
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
license = "MIT OR Apache-2.0"
6
keywords = ["volatile"]
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.4.4 – 2021-03-09
+
- Replace feature "range_bounds_assert_len" with "slice_range" ([#21](https://github.com/rust-osdev/volatile/pull/21))
- Fixes the `unstable` feature on the latest nightly.
7
0 commit comments