Skip to content

Commit

Permalink
bump userfaultfd to 0.7.0 and -sys to 0.5.0
Browse files Browse the repository at this point in the history
changes to public API in #56
bindgen bumped in -sys in #55
  • Loading branch information
Pat Hickey committed Sep 19, 2023
1 parent e2a9066 commit 2bee609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.1"
version = "0.7.0"
authors = ["The Wasmtime Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -14,7 +14,7 @@ cfg-if = "^1.0.0"
libc = "0.2.65"
nix = { version = "0.27", features = ["ioctl"] }
thiserror = "1.0.4"
userfaultfd-sys = { path = "userfaultfd-sys", version = "^0.4.0" }
userfaultfd-sys = { path = "userfaultfd-sys", version = "^0.5.0" }

[dev-dependencies]
nix = { version = "0.27", features = ["poll", "mman", "feature"] }
Expand Down
2 changes: 1 addition & 1 deletion userfaultfd-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "userfaultfd-sys"
version = "0.4.4"
version = "0.5.0"
authors = ["The Wasmtime Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2bee609

Please sign in to comment.