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 83ae705 commit f286b39Copy full SHA for f286b39
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "volatile"
3
-version = "0.4.5"
+version = "0.4.6"
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.6 – 2023-01-17
+
- Fix UB in slice methods when Deref returns different references ([#27](https://github.com/rust-osdev/volatile/pull/27))
7
# 0.4.5 – 2022-04-24
0 commit comments