mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-09-28 13:31:41 +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"
|
||||
tempdir = "0.3.7"
|
||||
# Needed to test SQLCipher
|
||||
libsqlite3-sys = { version = "*", features = ["bundled-sqlcipher"] }
|
||||
libsqlite3-sys = { version = "0.24", features = ["bundled-sqlcipher"] }
|
||||
|
||||
#
|
||||
# Any
|
||||
|
Loading…
x
Reference in New Issue
Block a user