Skip to content

Commit

Permalink
Fix tokio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ismellike authored and Jake Hartnell committed Aug 14, 2024
1 parent 0bb200e commit 9e36aed
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
30 changes: 21 additions & 9 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ test-context = "0.1"
thiserror = { version = "1.0" }
wynd-utils = "0.4"
cw-orch = "0.24.1"
tokio = "=1.38.1"

# One commit ahead of version 0.3.0. Allows initialization with an
# optional owner.
Expand Down
1 change: 1 addition & 0 deletions ci/bootstrap-env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ repository = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
cosm-orc = { workspace = true }
tokio.workspace = true
cw20 = { workspace = true }
cw-utils = { workspace = true }
cosmwasm-std = { workspace = true, features = ["ibc3"] }
Expand Down
1 change: 1 addition & 0 deletions ci/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ edition = { workspace = true }
# targeting wasm.
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
cosm-orc = { workspace = true }
tokio.workspace = true
cw20 = { workspace = true }
cw20-base = { workspace = true }
cw721-base = { workspace = true }
Expand Down

0 comments on commit 9e36aed

Please sign in to comment.