mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 17:04:18 +01:00
move as many dependencies as possible to workspace to avoid multiple versions of the same dependency
This commit is contained in:
@@ -9,10 +9,10 @@ turso_sqlite3_parser = { path = "..", default-features = false, features = [
|
||||
"YYNOERRORRECOVERY",
|
||||
"NDEBUG",
|
||||
] }
|
||||
fallible-iterator = "0.3"
|
||||
fallible-iterator = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
criterion = { workspace = true }
|
||||
|
||||
[[bench]]
|
||||
name = "sqlparser_bench"
|
||||
|
||||
Reference in New Issue
Block a user