mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 05:24:15 +00:00
update to workspace deps for miscellaneous
This commit is contained in:
parent
624021bf49
commit
e43b78b354
10 changed files with 19 additions and 26 deletions
|
|
@ -10,10 +10,9 @@ edition = "2021"
|
|||
cargo-fuzz = true
|
||||
|
||||
[dependencies]
|
||||
test_syntax = { path = "../../test_syntax" }
|
||||
roc_parse = { path = "../../parse" }
|
||||
|
||||
bumpalo = { version = "3.12.0", features = ["collections"] }
|
||||
test_syntax.workspace = true
|
||||
roc_parse.workspace = true
|
||||
bumpalo = { workspace = true, features = ["collections"] }
|
||||
libfuzzer-sys = "0.4"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue