mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Drop unused inlinable_string dep
This commit is contained in:
parent
10fe5b361e
commit
14dc4dec88
3 changed files with 1 additions and 11 deletions
|
@ -15,8 +15,7 @@ roc_collections = { path = "../../compiler/collections" }
|
|||
roc_load = { path = "../../compiler/load" }
|
||||
roc_module = { path = "../../compiler/module" }
|
||||
bumpalo = { version = "3.6.1", features = ["collections"] }
|
||||
criterion = { git = "https://github.com/Anton-4/criterion.rs"}
|
||||
inlinable_string = "0.1"
|
||||
criterion = { git = "https://github.com/Anton-4/criterion.rs"}
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde-xml-rs = "0.4"
|
||||
strip-ansi-escapes = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue