Skip to content

Commit

Permalink
Merge pull request #73 from dfinity/severin/update-rust
Browse files Browse the repository at this point in the history
chore: update rust version
  • Loading branch information
sesi200 authored Feb 7, 2024
2 parents 6983dc7 + 69ec98a commit 76a760d
Show file tree
Hide file tree
Showing 14 changed files with 735 additions and 630 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: brew install coreutils sponge
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-dist
run: cargo binstall cargo-dist@0.4.3 -y
run: cargo binstall cargo-dist@0.9.0 -y
- name: Install IC SDK (dfx)
uses: dfinity/setup-dfx@main
- name: run test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
ref: ${{ needs.determine-release-tag.outputs.release-tag }}
submodules: recursive
- name: Install cargo-dist
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.4.3/cargo-dist-installer.sh | sh"
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.9.0/cargo-dist-installer.sh | sh"
- id: plan
run: |
cargo dist plan ${{ !github.event.pull_request && format('--tag={0}', needs.determine-release-tag.outputs.release-tag) || '' }} --output-format=json > dist-manifest.json
Expand Down
Loading

0 comments on commit 76a760d

Please sign in to comment.