aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-21 13:24:06 -0700
committerJoel Galenson <jgalenson@google.com>2021-06-21 13:24:06 -0700
commit577945a102fa064200c7a1068dd8849ae449c517 (patch)
tree7696ff23d6a2a0ae49c20e4bcfae2561022b8406 /Cargo.toml.orig
parent35ec03e672691bf404bdfbb6fd492ace5686bdac (diff)
downloadlibfuzzer-sys-577945a102fa064200c7a1068dd8849ae449c517.tar.gz
Test: make Change-Id: Id9e8db5b2d19f5e17972a567143f75fe863cc474
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"