Skip to content

Commit

Permalink
chore: libfuzzer-sys dependency cleanup:
Browse files Browse the repository at this point in the history
* point to proper crates.io version, git repo was created by `cargo
fuzz` and is not archived.

* as a workspace dependency
  • Loading branch information
gibbz00 committed Apr 21, 2024
1 parent b553308 commit 0c8176a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ diff = "0.1"
env_logger = { version = "0.10", default-features = false }
heck = ">=0.4, <=0.5"
itertools = { version = ">=0.10, <=0.12", default-features = false }
libfuzzer-sys = "0.4.7"
libz-sys = "1.1, <1.1.7"
log = "0.4.4"
multimap = { version = ">=0.8, <=0.10", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cargo-fuzz = true
protobuf.workspace = true
tests.workspace = true

libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" }
libfuzzer-sys.workspace = true

[[bin]]
name = "proto3"
Expand Down

0 comments on commit 0c8176a

Please sign in to comment.