From 2e57b250c6e931c13ed9ec1870e133c59151422b Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 27 Apr 2023 22:02:07 +0530 Subject: switch to an actually working trie crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 044c314..8ac846b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -radix_trie = "0.2.1" +qp-trie = "0.8.1" -- cgit v1.2.3