Skip to content

Commit

Permalink
Merge pull request #42 from l-monninger/main
Browse files Browse the repository at this point in the history
[BUILD] bumping to 1.70.
  • Loading branch information
l-monninger authored Sep 24, 2023
2 parents e3f72f5 + f216e6e commit 099731e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.69
toolchain: 1.70

- name: Cache cargo registry
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.69.0
toolchain: 1.70.0
components: rustfmt

- name: Install kcov
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.69.0
toolchain: 1.70.0

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.69.0
toolchain: 1.70.0
target: x86_64-apple-darwin

- name: Build Mac binaries
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.69.0
toolchain: 1.70.0
target: aarch64-apple-darwin

- name: Build Mac ARM64 binaries
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.69.0
toolchain: 1.70.0
target: x86_64-pc-windows-gnu

- name: Build Windows binaries
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.69.0
toolchain: 1.70.0

- name: Build and Test Subnet
run: |
Expand Down

0 comments on commit 099731e

Please sign in to comment.