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 b71c99c commit 612e53aCopy full SHA for 612e53a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "volatile"
3
-version = "0.4.4"
+version = "0.4.5"
4
authors = ["Philipp Oppermann <[email protected]>"]
5
license = "MIT OR Apache-2.0"
6
keywords = ["volatile"]
Changelog.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.4.5 – 2022-04-24
+
- Remove the `const_generics` feature flag ([#25](https://github.com/rust-osdev/volatile/pull/25))
7
# 0.4.4 – 2021-03-09
0 commit comments