aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index adfe66d..72285b9 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -6,10 +6,11 @@ license = "MIT/Apache-2.0/NCSA"
name = "libfuzzer-sys"
readme = "./README.md"
repository = "https://github.com/rust-fuzz/libfuzzer"
-version = "0.4.1"
+version = "0.4.2"
[dependencies]
arbitrary = "1"
+once_cell = "1"
[build-dependencies]
cc = "1.0"