Skip to content

Commit c3e7684

Browse files
author
Pat Hickey
authored
Merge pull request #65 from kawasin73/bitflags
Update bitflags required version
2 parents d72bc74 + e4523ce commit c3e7684

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)