Skip to content

Commit

Permalink
chore: update ckb-ics repo
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Dec 13, 2023
1 parent 831bab5 commit 366c644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 contracts/ics/base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/synapseweb3/ibc-ckb-contracts"

[dependencies]
ckb-std = "0.13.0"
ckb-ics-axon = { git = "https://github.com/synapseweb3/ckb-ics.git", rev = "043ad63" }
ckb-ics-axon = { git = "https://github.com/synapseweb3/ckb-ics.git", rev = "ac9850ff" }
rlp = { version = "0.5.2", default-features = false }
tiny-keccak = { version = "2.0.2", features = ["keccak"] }
atomics-polyfill = { path = "../../../crates/atomics-polyfill" }

0 comments on commit 366c644

Please sign in to comment.