Skip to content

Commit e4523ce

Browse files
committed
Update bitflags required version
unnamed flags is supported from bitflags `2.4.0`. IoctlFlags started to use the unnamed flag from userfaultfd `0.8.0`.
1 parent 7f1385f commit e4523ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "userfaultfd"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["The Wasmtime Project Developers"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -9,7 +9,7 @@ repository = "https://github.com/bytecodealliance/userfaultfd-rs"
99
readme = "README.md"
1010

1111
[dependencies]
12-
bitflags = "2.2.1"
12+
bitflags = "2.4.0"
1313
cfg-if = "^1.0.0"
1414
libc = "0.2.65"
1515
nix = { version = "0.27", features = ["ioctl"] }

0 commit comments

Comments
 (0)