summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 840d295..9062ce7 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "userfaultfd-sys"
-version = "0.4.3"
+version = "0.5.0"
authors = ["The Wasmtime Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -13,7 +13,7 @@ build = "build.rs"
cfg-if = "^1.0.0"
[build-dependencies]
-bindgen = { version = "^0.60.1", default-features = false, features = ["runtime"] }
+bindgen = { version = "^0.68.1", default-features = false, features = ["runtime"] }
cc = "1.0"
[features]