Skip to content

Commit

Permalink
Merge branch 'main' into rano/testkit/chain-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Feb 29, 2024
2 parents feb139a + 6dd3c64 commit 645ad73
Show file tree
Hide file tree
Showing 15 changed files with 1,131 additions and 790 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [ibc-client-tendermint] Detach client state verifier such that users have a
way to utilize custom verifiers
([\#1097](https://github.com/cosmos/ibc-rs/pull/1097))
2 changes: 1 addition & 1 deletion .github/workflows/no-std.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2024-02-24
target: wasm32-unknown-unknown
override: true
- run: |
Expand Down
2 changes: 1 addition & 1 deletion ci/no-std-check/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NIGHTLY_VERSION=nightly
NIGHTLY_VERSION=nightly-2024-02-24

.DEFAULT_GOAL := help

Expand Down
3 changes: 2 additions & 1 deletion ibc-clients/ics07-tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ all-features = true

[dependencies]
# external dependencies
serde = { workspace = true, optional = true }
derive_more = { workspace = true }
serde = { workspace = true, optional = true }

# ibc dependencies
ibc-client-tendermint-types = { workspace = true }
Expand Down
Loading

0 comments on commit 645ad73

Please sign in to comment.