Skip to content

Commit

Permalink
Namada 0.39 draft
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jun 5, 2024
1 parent 3e5ce8c commit 8c94a44
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 72 deletions.
120 changes: 52 additions & 68 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ tendermint-rpc = { version = "0.36.0" }
tendermint-testgen = { version = "0.36.0" }

# Namada dependencies
namada_ibc = { git = "https://github.com/anoma/namada", rev = "a0e2e6c09e4d7a2ee6b3114b6ba6560204d722a6" }
namada_parameters = { git = "https://github.com/anoma/namada", rev = "a0e2e6c09e4d7a2ee6b3114b6ba6560204d722a6" }
namada_sdk = { git = "https://github.com/anoma/namada", rev = "a0e2e6c09e4d7a2ee6b3114b6ba6560204d722a6" }
namada_token = { git = "https://github.com/anoma/namada", rev = "a0e2e6c09e4d7a2ee6b3114b6ba6560204d722a6" }
namada_ibc = { git = "https://github.com/anoma/namada", rev = "eb8783d118c832923bd728144092de4e4231da72" }
namada_parameters = { git = "https://github.com/anoma/namada", rev = "eb8783d118c832923bd728144092de4e4231da72" }
namada_sdk = { git = "https://github.com/anoma/namada", rev = "eb8783d118c832923bd728144092de4e4231da72" }
namada_token = { git = "https://github.com/anoma/namada", rev = "eb8783d118c832923bd728144092de4e4231da72" }

# Other dependencies
abscissa_core = "=0.6.0"
Expand Down

0 comments on commit 8c94a44

Please sign in to comment.