crypto: Use a released sqlx version.
parent
fcb50956bb
commit
a8d6909c56
|
@ -46,11 +46,10 @@ base64 = "0.13.0"
|
||||||
byteorder = "1.3.4"
|
byteorder = "1.3.4"
|
||||||
|
|
||||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sqlx]
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sqlx]
|
||||||
git = "https://github.com/launchbadge/sqlx/"
|
version = "0.4.1"
|
||||||
rev = "fd25a7530cf087e1529553ff854f192738db3461"
|
|
||||||
optional = true
|
optional = true
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["runtime-tokio", "sqlite", "macros"]
|
features = ["runtime-tokio-native-tls", "sqlite", "macros"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "0.2.22", default-features = false, features = ["rt-threaded", "macros"] }
|
tokio = { version = "0.2.22", default-features = false, features = ["rt-threaded", "macros"] }
|
||||||
|
|
Loading…
Reference in New Issue