Skip to content

Commit

Permalink
Update integration_tests.yml
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 9e36aed commit dc43643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-02-02
toolchain: nightly
target: wasm32-unknown-unknown
override: true

Expand Down
4 changes: 2 additions & 2 deletions contracts/proposal/dao-proposal-single/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ dao-pre-propose-base = { workspace = true }
dao-voting = { workspace = true }
thiserror = { workspace = true }

cw-utils-v1 = { workspace = true}
cw-utils-v1 = { workspace = true }
voting-v1 = { workspace = true }
cw-proposal-single-v1 = { workspace = true, features = ["library"] }
cw-orch = {workspace = true}
cw-orch = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }
Expand Down

0 comments on commit dc43643

Please sign in to comment.