mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
specify sqlx patch version explicitly
This commit is contained in:
parent
fa6e1f02f5
commit
9688082c70
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ serde_json = "1"
|
|||
serde_with = { version = "1", features = [ "macros" ] }
|
||||
sha2 = "0.10"
|
||||
sigma_fun = { git = "https://github.com/LLFourn/secp256kfun", default-features = false, features = [ "ed25519", "serde", "secp256k1", "alloc" ] }
|
||||
sqlx = { version = "0.6", features = [ "sqlite", "runtime-tokio-rustls", "offline" ] }
|
||||
sqlx = { version = "0.6.3", features = [ "sqlite", "runtime-tokio-rustls", "offline" ] }
|
||||
structopt = "0.3"
|
||||
strum = { version = "0.25", features = [ "derive" ] }
|
||||
thiserror = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue