aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-30 06:12:06 +0100
committerMartin Fischer <martin@push-f.com>2021-11-30 11:22:35 +0100
commit25087cce997abc386f881648dfd39c83dfef7667 (patch)
treee190a4b9c61c9fd07355f5f77f391582b6161ef8
parent2ac9a1fe35c03358de502db85c0b4633f072a90e (diff)
remove unused typed-arena dev-dependency
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 06bcb5b..7b270b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,6 @@ phf = { version = "0.9", optional = true }
phf_codegen = { version = "0.9", optional = true }
[dev-dependencies]
-typed-arena = "1.3.0"
criterion = "0.3"
[[bench]]