Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli authored Nov 13, 2023
2 parents 0922e69 + b9dffc0 commit 61e5005
Show file tree
Hide file tree
Showing 367 changed files with 19,096 additions and 14,838 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runtime: [development, altair, centrifuge]
runs-on: ${{ matrix.os }}
env:
RUST_TOOLCHAIN: "nightly-2022-05-09"
RUST_TOOLCHAIN: "nightly-2023-10-26"
steps:
- name: Prep build on Ubuntu
if: ${{ matrix.os }} == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest-4-cores
if: ${{ startsWith(github.event.comment.body, '/benchmark ') && github.event.issue.pull_request && contains(github.event.comment.author_association, 'CONTRIBUTOR') }}
env:
RUST_TOOLCHAIN: "nightly-2022-11-14"
RUST_TOOLCHAIN: "nightly-2023-10-26"
steps:
- uses: actions/github-script@v6
name: Parse Runtime From Comment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"os": "ubuntu-latest",
"target": "build-node",
"run_on_event": "any",
"rust_toolchain": "nightly-2022-11-14"
"rust_toolchain": "nightly-2023-10-26"
},

{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: ${{ matrix.target }}
runs-on: ${{ matrix.os }}
env:
RUST_TOOLCHAIN: "nightly-2022-11-14"
RUST_TOOLCHAIN: "nightly-2023-10-26"
steps:
- name: Prep build on Ubuntu
if: ${{ matrix.os }} == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: true
default: ''
env:
RUST_TOOLCHAIN: "nightly-2022-11-14"
RUST_TOOLCHAIN: "nightly-2023-10-26"
jobs:
docker:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
env:
RUST_TOOLCHAIN: "nightly-2022-11-14"
RUST_TOOLCHAIN: "nightly-2023-10-26"
RUSTDOCFLAGS: "-D warnings"
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
target: [fmt, clippy]
runs-on: ${{ matrix.os }}
env:
RUST_TOOLCHAIN: "nightly-2022-11-14"
RUST_TOOLCHAIN: "nightly-2023-10-26"
steps:
- name: Prep build on Ubuntu
if: ${{ matrix.os }} == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
target: [tests, integration]
runs-on: ${{ matrix.os }}
env:
RUST_TOOLCHAIN: "nightly-2022-11-14"
RUST_TOOLCHAIN: "nightly-2023-10-26"
steps:
- name: Prep build on Ubuntu
if: ${{ matrix.os }} == 'ubuntu-latest'
Expand Down
Loading

0 comments on commit 61e5005

Please sign in to comment.