Skip to content

Commit

Permalink
build: bump cargo-contract to v3.2.0 (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Nimish Agrawal <[email protected]>
  • Loading branch information
realnimish and Nimish Agrawal authored Sep 4, 2023
1 parent 9af90cd commit f2a4ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dylint-link
run: cargo install dylint-link
- name: Install Cargo Contract
run: cargo install cargo-contract --force --locked --version 3.0.1
run: cargo install cargo-contract --force --locked --version 3.2.0
- name: Run ${{ matrix.job }}
run: |
for contract in ${CONTRACTS}; do
Expand Down
6 changes: 1 addition & 5 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
[toolchain]
channel = "nightly-2023-01-01"
components = [ "rustfmt" ]
targets = [ "wasm32-unknown-unknown" ]
profile = "minimal"
stable

0 comments on commit f2a4ea0

Please sign in to comment.