Drop unused inlinable_string dep

This commit is contained in:
Richard Feldman 2021-11-02 15:47:48 -04:00
parent 10fe5b361e
commit 14dc4dec88
3 changed files with 1 additions and 11 deletions

View file

@ -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"