Skip to content

Commit

Permalink
Merge pull request #317 from AleoHQ/feat/snarkVM-upgrade
Browse files Browse the repository at this point in the history
Upgrade to snarkVM
  • Loading branch information
apruden2008 authored Jul 28, 2021
2 parents 2025b54 + 232c6fa commit 496a9f8
Show file tree
Hide file tree
Showing 79 changed files with 1,519 additions and 2,125 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust:
- 1.48.0
- 1.53.0
# - nightly
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
rust:
- 1.48.0
- 1.53.0
# - nightly
steps:
- name: Checkout
Expand All @@ -65,7 +65,7 @@ jobs:
with:
command: check
args: --examples --all-features --all
if: matrix.rust == '1.48.0' # pinned, should be removed later
if: matrix.rust == '1.53.0'

- name: Test
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup1-cli-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
rust:
- nightly-2020-08-15
- 1.53.0
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/setup1-contributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust:
- 1.48.0
- 1.53.0
# - nightly
steps:
- name: Checkout
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
rust:
- 1.48.0
- 1.53.0
# - nightly
steps:
- name: Checkout
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust:
- 1.48.0
- 1.53.0
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -28,10 +28,9 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true

# pinned --toolchain 1.48.0 should be changed later to stable
- name: Install WASM
run: |
rustup target add wasm32-unknown-unknown --toolchain 1.48.0
rustup target add wasm32-unknown-unknown --toolchain 1.53.0
cargo install wasm-bindgen-cli
cargo update -p wasm-bindgen
Expand Down
Loading

0 comments on commit 496a9f8

Please sign in to comment.