mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix syntax fuzzer cargo config
This commit is contained in:
parent
6059f7afcb
commit
a24daeaa57
1 changed files with 5 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
name = "test_syntax-fuzz"
|
||||
publish = false
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
version = "0.0.0"
|
||||
authors = ["Automatically generated"]
|
||||
edition = "2021"
|
||||
|
||||
[package.metadata]
|
||||
cargo-fuzz = true
|
||||
|
@ -12,8 +12,8 @@ cargo-fuzz = true
|
|||
[dependencies]
|
||||
test_syntax = { path = "../../test_syntax" }
|
||||
|
||||
bumpalo.workspace = true
|
||||
libfuzzer-sys.workspace = true
|
||||
bumpalo = { version = "3.12.0", features = ["collections"] }
|
||||
libfuzzer-sys = "0.4"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue