mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 23:35:20 +00:00
fix: cannot publish with wildcard dep
This commit is contained in:
parent
b6cddcd014
commit
ef17af31c2
@ -148,7 +148,7 @@ rand_xoshiro = "0.6.0"
|
|||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
# Needed to test SQLCipher
|
# Needed to test SQLCipher
|
||||||
libsqlite3-sys = { version = "*", features = ["bundled-sqlcipher"] }
|
libsqlite3-sys = { version = "0.24", features = ["bundled-sqlcipher"] }
|
||||||
|
|
||||||
#
|
#
|
||||||
# Any
|
# Any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user