fix workspace dependency on trie
This commit is contained in:
parent
f65aa8d921
commit
21939cabe3
|
@ -25,11 +25,11 @@ unicode-xid = "0.2.4"
|
|||
tracing = "0.1.41"
|
||||
|
||||
werkzeug = { path = "../../rust/werkzeug" }
|
||||
trie = { path = "../../rust/trie" }
|
||||
|
||||
|
||||
[workspace.dependencies]
|
||||
unicode-xid = "0.2.4"
|
||||
tracing = "0.1.41"
|
||||
|
||||
werkzeug = { path = "../../rust/werkzeug" }
|
||||
werkzeug = { path = "../../rust/werkzeug" }
|
||||
trie = { path = "../../rust/trie" }
|
Loading…
Reference in a new issue