Skip to content

Commit

Permalink
mayeb fix shieldedsync
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Nov 27, 2024
1 parent 7e4ce05 commit 305e8a9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
56 changes: 28 additions & 28 deletions workload/Cargo.lock

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

4 changes: 2 additions & 2 deletions workload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ build = "build.rs"

[dependencies]
clap = { version = "4.4.2", features = ["derive", "env"] }
namada_sdk = { git = "https://github.com/anoma/namada", tag = "v0.46.0", default-features = false, features = ["std", "async-send", "download-params"] }
namada_wallet = { git = "https://github.com/anoma/namada", tag = "v0.46.0", default-features = false, features = ["std"] }
namada_sdk = { git = "https://github.com/anoma/namada", branch = "tiago/ledger-client-height-from-tm", default-features = false, features = ["std", "async-send", "download-params"] }
namada_wallet = { git = "https://github.com/anoma/namada", branch = "tiago/ledger-client-height-from-tm", default-features = false, features = ["std"] }
tendermint-config = "0.38.0"
tendermint-rpc = { version = "0.38.0", features = ["http-client"]}
tokio = {version = "1.8.2", default-features = false}
Expand Down

0 comments on commit 305e8a9

Please sign in to comment.