Skip to content

Commit

Permalink
Merge branch 'master' into 17-deployment-script
Browse files Browse the repository at this point in the history
  • Loading branch information
ueco-jb authored Dec 5, 2024
2 parents b2e89e8 + c27d05a commit ed62bce
Show file tree
Hide file tree
Showing 25 changed files with 1,042 additions and 711 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust-version: [1.78.0]
rust-version: [1.82.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust-version: [1.78.0]
rust-version: [1.82.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust-version: [1.78.0]
rust-version: [1.82.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
rust-version: [1.78.0]
rust-version: [1.82.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust-version: [1.78.0]
rust-version: [1.82.0]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit ed62bce

Please sign in to comment.