Feedback: Add comment about not updating fuzz's Cargo.toml

This commit is contained in:
Joshua Warner 2024-12-04 21:05:39 -08:00
parent 6ac6a7c19a
commit 0855ffd9fb
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD

View file

@ -10,6 +10,9 @@ edition = "2021"
cargo-fuzz = true
[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" }
roc_parse = { path = "../../parse" }
bumpalo = { version = "3.12.0", features = ["collections"] }