use libsqlite3-sys 0.29.0
SIGH.
This commit is contained in:
parent
660cf2e90d
commit
c74cc70986
|
@ -36,7 +36,7 @@ diesel = { version = "2.2", features = [
|
|||
"sqlite",
|
||||
"returning_clauses_for_sqlite_3_35",
|
||||
] }
|
||||
libsqlite3-sys = { version = "0.30", features = ["bundled"] }
|
||||
libsqlite3-sys = { version = "0.29.0", features = ["bundled"] }
|
||||
diesel_migrations = "2.2"
|
||||
|
||||
clap = { version = "4.0.26", features = ["derive"] }
|
||||
|
|
Loading…
Reference in a new issue