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 5fc3782 commit 0f6be4fCopy full SHA for 0f6be4f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "volatile"
3
-version = "0.2.6"
+version = "0.2.7"
4
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
5
license = "MIT OR Apache-2.0"
6
keywords = ["volatile"]
Changelog.md
@@ -1,3 +1,5 @@
# Unreleased
+# 0.2.7 – 2020-07-29
+
- Derive `Default` for `Volatile`, `WriteOnly` and `ReadOnly` ([#10](https://github.com/embed-rs/volatile/pull/10))
0 commit comments