We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b99d9b commit c94759cCopy full SHA for c94759c
Cargo.toml
@@ -22,7 +22,7 @@ license = "MIT/Apache-2.0"
22
name = "x86_64"
23
readme = "README.md"
24
repository = "https://github.com/rust-osdev/x86_64"
25
-version = "0.8.2"
+version = "0.8.3"
26
edition = "2018"
27
28
[dependencies]
Changelog.md
@@ -1,3 +1,5 @@
1
+# 0.8.3
2
+
3
- Allow immediate port version of in/out instructions ([#115](https://github.com/rust-osdev/x86_64/pull/115))
4
- Make more functions const ([#116](https://github.com/rust-osdev/x86_64/pull/116))
5
0 commit comments