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 7f1385f commit e4523ceCopy full SHA for e4523ce
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "userfaultfd"
3
-version = "0.8.0"
+version = "0.8.1"
4
authors = ["The Wasmtime Project Developers"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
@@ -9,7 +9,7 @@ repository = "https://github.com/bytecodealliance/userfaultfd-rs"
9
readme = "README.md"
10
11
[dependencies]
12
-bitflags = "2.2.1"
+bitflags = "2.4.0"
13
cfg-if = "^1.0.0"
14
libc = "0.2.65"
15
nix = { version = "0.27", features = ["ioctl"] }
0 commit comments