Skip to content

Commit 15896e3

Browse files
authored
Merge pull request #2506 from CosmWasm/co/cargo-update
Update dependencies
2 parents ec030e0 + 228b828 commit 15896e3

File tree

8 files changed

+635
-543
lines changed

8 files changed

+635
-543
lines changed

.circleci/config.yml

Lines changed: 108 additions & 109 deletions
Large diffs are not rendered by default.

.github/workflows/contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Rust
3434
uses: dtolnay/rust-toolchain@master
3535
with:
36-
toolchain: 1.81.0
36+
toolchain: 1.82.0
3737
targets: wasm32-unknown-unknown
3838
- name: Build hackatom wasm
3939
run: cargo wasm --locked

.github/workflows/workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Rust
1919
uses: dtolnay/rust-toolchain@master
2020
with:
21-
toolchain: 1.81.0
21+
toolchain: 1.82.0
2222
targets: wasm32-unknown-unknown
2323
components: clippy, rustfmt
2424
- name: "Cache build artifacts"
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Rust
3636
uses: dtolnay/rust-toolchain@master
3737
with:
38-
toolchain: 1.81.0
38+
toolchain: 1.82.0
3939
components: rustfmt
4040
- name: "Cache build artifacts"
4141
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)