Skip to content

Commit

Permalink
Merge pull request #65 from kawasin73/bitflags
Browse files Browse the repository at this point in the history
Update bitflags required version
  • Loading branch information
Pat Hickey authored Jan 12, 2024
2 parents d72bc74 + e4523ce commit c3e7684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "userfaultfd"
version = "0.8.0"
version = "0.8.1"
authors = ["The Wasmtime Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/bytecodealliance/userfaultfd-rs"
readme = "README.md"

[dependencies]
bitflags = "2.2.1"
bitflags = "2.4.0"
cfg-if = "^1.0.0"
libc = "0.2.65"
nix = { version = "0.27", features = ["ioctl"] }
Expand Down

0 comments on commit c3e7684

Please sign in to comment.