mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
Drop some unused dev dependencies
This commit is contained in:
parent
349b4504ae
commit
d548b2cb94
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3438,7 +3438,6 @@ dependencies = [
|
||||
"clap 3.1.15",
|
||||
"indoc",
|
||||
"pretty_assertions",
|
||||
"regex",
|
||||
"roc_builtins",
|
||||
"roc_can",
|
||||
"roc_collections",
|
||||
|
@ -35,6 +35,4 @@ clap = { version = "3.1.15", default-features = false, features = ["std", "color
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.0.0"
|
||||
indoc = "1.0.3"
|
||||
bumpalo = { version = "3.8.0", features = ["collections"] }
|
||||
regex = "1.5.5"
|
||||
tempfile = "3.2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user