Skip to content

Commit

Permalink
chore: use tagged versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Apr 26, 2024
1 parent 0529a02 commit 3d366ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ authors = [
build = "build.rs"

[dependencies]
wc = { git = "https://github.com/WalletConnect/utils-rs.git", tag = "v0.10.0", features = [
wc = { git = "https://github.com/WalletConnect/utils-rs.git", tag = "v0.11.1", features = [
"geoip",
"geoblock",
] }
relay_rpc = { git = "https://github.com/WalletConnect/WalletConnectRust.git", branch = "feat/eip6492", features = [
relay_rpc = { git = "https://github.com/WalletConnect/WalletConnectRust.git", tag = "v0.30.0", features = [
"cacao",
] }
blockchain_api = { git = "https://github.com/WalletConnect/WalletConnectRust.git", branch = "feat/eip6492" }
blockchain_api = { git = "https://github.com/WalletConnect/WalletConnectRust.git", tag = "v0.30.0" }

aws-config = "1.1.9"
aws-sdk-s3 = "1.21.0"
Expand Down

0 comments on commit 3d366ac

Please sign in to comment.