add missed update to use workspace dep

This commit is contained in:
Brendan Hansknecht 2023-03-06 13:06:44 -08:00
parent c622a6e085
commit 0ed262d318
No known key found for this signature in database
GPG Key ID: 0EA784685083E75B

View File

@ -91,11 +91,11 @@ roc_repl_expect = { path = "../repl_expect" }
[dev-dependencies]
roc_test_utils = { path = "../test_utils" }
roc_utils = { path = "../utils" }
indoc = "1.0.7"
serial_test = "0.9.0"
cli_utils = { path = "../cli_utils" }
criterion.workspace = true
indoc.workspace = true
parking_lot.workspace = true
pretty_assertions.workspace = true