replace cargo deps with workspace in roc_std_heap, test_compile, valgrind tests, wasi-libc, wasm_*

This commit is contained in:
Luke Boswell 2024-11-29 11:07:43 +11:00
parent 4d427168a4
commit 1d3660df89
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
7 changed files with 29 additions and 29 deletions

View file

@ -8,7 +8,6 @@ license.workspace = true
version.workspace = true
[dependencies]
roc_error_macros = { path = "../error_macros" }
roc_error_macros.workspace = true
bitvec.workspace = true
bumpalo.workspace = true