Skip to content

Commit

Permalink
bump WalletConnectRust lib
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Dec 26, 2024
1 parent 414fda5 commit f95e385
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions mm2src/kdf_walletconnect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ mm2_core = { path = "../mm2_core" }
mm2_db = { path = "../mm2_db" }
mm2_err_handle = { path = "../mm2_err_handle" }
parking_lot = { version = "0.12.0", features = ["nightly"] }
pairing_api = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.1" }
pairing_api = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.2" }
rand = "0.8"
relay_client = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.1" }
relay_rpc = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.1" }
relay_client = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.2" }
relay_rpc = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.2" }
thiserror = "1.0.40"
tokio = { version = "1.20" }
wc_common = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.1" }
wc_common = { git = "https://github.com/komodoplatform/walletconnectrust", tag = "k-0.1.2" }
secp256k1 = { version = "0.20" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order", "raw_value"] }
Expand Down

0 comments on commit f95e385

Please sign in to comment.