From 00230a8cc0c0d4c1f25d4249dbccbccb1122c977 Mon Sep 17 00:00:00 2001 From: Shane Celis Date: Tue, 30 Apr 2024 06:01:40 -0400 Subject: [PATCH] chore: Set trie-rs to new version 0.4. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb010c1..959f5a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,8 +36,7 @@ path = "examples/multiple_input.rs" [dependencies] bevy = { version = "0.13", default-features = false, features = [] } -# trie-rs = { version = "0.3" } -trie-rs = { path = "../trie-rs" } +trie-rs = { version = "0.4" } keyseq = { version = "0.2.3", features = [ "bevy" ] } [dev-dependencies]