Skip to content

Commit

Permalink
update wc_common deps
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Oct 10, 2024
1 parent f3cf28b commit e56f8d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion mm2src/kdf_walletconnect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ relay_client = { git = "https://github.com/komodoplatform/walletconnectrust", br
relay_rpc = { git = "https://github.com/komodoplatform/walletconnectrust", branch = "pairing-api" }
sha2 = "0.10.8"
thiserror = "1.0.40"
wc_common = { path = "../../../kdf-wc/wc_common" }
wc_common = { git = "https://github.com/komodoplatform/walletconnectrust", branch = "pairing-api" }
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 e56f8d7

Please sign in to comment.