chore: cleanup dependency versions
This commit is contained in:
parent
ad98cfafb2
commit
f88ba24dc4
8 changed files with 51 additions and 42 deletions
|
|
@ -6,8 +6,9 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
nom-peg = "0.1.1"
|
||||
bimap = { workspace = true }
|
||||
nom = "7.1.3"
|
||||
nom-peg = "0.1.1"
|
||||
thiserror = { workspace = true }
|
||||
|
||||
minisql = { path = "../minisql" }
|
||||
bimap = "0.6.3"
|
||||
thiserror = "1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue