summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 63f6535..eac1cb3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,12 +12,12 @@
[package]
edition = "2018"
name = "userfaultfd-sys"
-version = "0.4.2"
-authors = ["Adam C. Foltzer <acfoltzer@fastly.com>"]
+version = "0.4.3"
+authors = ["The Wasmtime Project Developers"]
build = "build.rs"
description = "Low-level bindings for userfaultfd functionality on Linux."
license = "MIT OR Apache-2.0"
-repository = "https://github.com/fastly/userfaultfd-rs"
+repository = "https://github.com/bytecodealliance/userfaultfd-rs"
[dependencies.cfg-if]
version = "^1.0.0"