mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Fix fuzz Cargo.toml regression
This commit is contained in:
parent
edcdd99f59
commit
b79d387b46
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ edition = "2021"
|
|||
cargo-fuzz = true
|
||||
|
||||
[dependencies]
|
||||
test_syntax.workspace = true
|
||||
roc_parse.workspace = true
|
||||
bumpalo = { workspace = true, features = ["collections"] }
|
||||
test_syntax = { path = "../../test_syntax" }
|
||||
roc_parse = { path = "../../parse" }
|
||||
bumpalo = { version = "3.12.0", features = ["collections"] }
|
||||
libfuzzer-sys = "0.4"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue