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 6cc68f8 commit 15740aeCopy full SHA for 15740ae
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "volatile"
3
-version = "0.4.2"
+version = "0.4.3"
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.3 – 2020-12-23
+
- Add methods to restrict access ([#19](https://github.com/rust-osdev/volatile/pull/19))
7
# 0.4.2 – 2020-10-31
0 commit comments