Skip to content

Commit

Permalink
chore: Set trie-rs to new version 0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecelis committed Apr 30, 2024
1 parent 9f5ec98 commit 00230a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 00230a8

Please sign in to comment.