Skip to content

Commit

Permalink
Merge pull request #252 from Buckram123/dao-v2-update
Browse files Browse the repository at this point in the history
Update deps to dao v2.0.0 tag!
  • Loading branch information
TrevorJTClarke authored Jan 10, 2023
2 parents 3bf1627 + 87bb486 commit d87fb7b
Show file tree
Hide file tree
Showing 28 changed files with 552 additions and 406 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.64.0
toolchain: 1.66.0
target: wasm32-unknown-unknown
override: true

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.64.0
toolchain: 1.66.0
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checksum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.64.0
toolchain: 1.66.0
target: wasm32-unknown-unknown
override: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gas_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.64.0
toolchain: 1.66.0
target: wasm32-unknown-unknown
override: true

Expand Down
Loading

0 comments on commit d87fb7b

Please sign in to comment.