update to workspace deps for miscellaneous

This commit is contained in:
Luke Boswell 2024-11-29 11:37:39 +11:00
parent 624021bf49
commit e43b78b354
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
10 changed files with 19 additions and 26 deletions

View file

@ -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