mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-03 14:12:53 +00:00
Feedback: Add comment about not updating fuzz's Cargo.toml
This commit is contained in:
parent
6ac6a7c19a
commit
0855ffd9fb
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ edition = "2021"
|
||||||
cargo-fuzz = true
|
cargo-fuzz = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
# WARNING! Do not update these dependencies to use the dot workspace syntax.
|
||||||
|
# this crate is intentionally not a part of the overall workspace, so making changes here
|
||||||
|
# is neither necessary nor desired.
|
||||||
test_syntax = { path = "../../test_syntax" }
|
test_syntax = { path = "../../test_syntax" }
|
||||||
roc_parse = { path = "../../parse" }
|
roc_parse = { path = "../../parse" }
|
||||||
bumpalo = { version = "3.12.0", features = ["collections"] }
|
bumpalo = { version = "3.12.0", features = ["collections"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue