mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
update rusqlite
This commit is contained in:
parent
4c7210b430
commit
92fbe3bfba
1 changed files with 2 additions and 4 deletions
|
@ -46,13 +46,11 @@ futures = "0.3.4"
|
||||||
|
|
||||||
# pinned until rusqlite 0.22 comes out
|
# pinned until rusqlite 0.22 comes out
|
||||||
[target.'cfg(target_vendor="apple")'.dependencies.rusqlite]
|
[target.'cfg(target_vendor="apple")'.dependencies.rusqlite]
|
||||||
git = "https://github.com/jgallagher/rusqlite.git"
|
version = "0.22"
|
||||||
rev = "76336369ed2ebb6086048f05de1775ff0e7d47c3"
|
|
||||||
features = ["trace", "functions", "collation"]
|
features = ["trace", "functions", "collation"]
|
||||||
|
|
||||||
[target.'cfg(not(target_vendor="apple"))'.dependencies.rusqlite]
|
[target.'cfg(not(target_vendor="apple"))'.dependencies.rusqlite]
|
||||||
git = "https://github.com/jgallagher/rusqlite.git"
|
version = "0.22"
|
||||||
rev = "76336369ed2ebb6086048f05de1775ff0e7d47c3"
|
|
||||||
features = ["trace", "functions", "collation", "bundled"]
|
features = ["trace", "functions", "collation", "bundled"]
|
||||||
|
|
||||||
[target.'cfg(linux)'.dependencies]
|
[target.'cfg(linux)'.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue