Skip to content

Commit

Permalink
Merge pull request #3553 from anoma/tomas/win-bing-bong
Browse files Browse the repository at this point in the history
no surprises, windows bing bong
  • Loading branch information
mergify[bot] authored Jul 31, 2024
2 parents f979859 + 4d3f5a3 commit 34d324f
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 93 deletions.
2 changes: 2 additions & 0 deletions .changelog/unreleased/bug-fixes/3553-win-bing-bong.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Workaround Windows problems to be able to build on it.
([\#3553](https://github.com/anoma/namada/pull/3553))
60 changes: 30 additions & 30 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 @@ -112,9 +112,9 @@ flate2 = "1.0.22"
fs_extra = "1.2.0"
futures = "0.3"
git2 = { version = "0.18.1", default-features = false }
ibc = { git = "https://github.com/cosmos/ibc-rs", rev = "7ff41b3804cda649e0d7f7c21389b8d65f8d9b4b", features = ["serde"] }
ibc-derive = { git = "https://github.com/cosmos/ibc-rs", rev = "7ff41b3804cda649e0d7f7c21389b8d65f8d9b4b" }
ibc-testkit = { git = "https://github.com/cosmos/ibc-rs", rev = "7ff41b3804cda649e0d7f7c21389b8d65f8d9b4b", default-features = false }
ibc = { git = "https://github.com/heliaxdev/cosmos-ibc-rs", rev = "9f2df8a03d75558b3a8571b855b6ce5cea3b5f3d", features = ["serde"] }
ibc-derive = { git = "https://github.com/heliaxdev/cosmos-ibc-rs", rev = "9f2df8a03d75558b3a8571b855b6ce5cea3b5f3d" }
ibc-testkit = { git = "https://github.com/heliaxdev/cosmos-ibc-rs", rev = "9f2df8a03d75558b3a8571b855b6ce5cea3b5f3d", default-features = false }
ics23 = "0.11.0"
index-set = { git = "https://github.com/heliaxdev/index-set", tag = "v0.8.1", features = ["serialize-borsh", "serialize-serde"] }
indexmap = { git = "https://github.com/heliaxdev/indexmap", tag = "2.2.4-heliax-1", features = ["borsh-schema", "serde"] }
Expand Down
Loading

0 comments on commit 34d324f

Please sign in to comment.