Skip to content

Commit

Permalink
Merge up to release 1.217.0 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil authored Sep 12, 2024
2 parents 872e89f + 6d538a0 commit 8508865
Show file tree
Hide file tree
Showing 157 changed files with 3,201 additions and 1,400 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ jobs:
# want this to break.
- os: ubuntu-latest
rust: nightly-2024-02-12
# test that if `RUST_BACKTRACE=1` is set in the environment that all
# tests with blessed error messages still pass.
- os: ubuntu-latest
rust: default
env:
RUST_BACKTRACE: 1
env: ${{ matrix.env || fromJSON('{}') }}
steps:
- uses: actions/checkout@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ on:
required: false
default: 'bump'

permissions:
contents: write
pull-requests: write

jobs:
release_process:
name: Run the release process
Expand Down
Loading

0 comments on commit 8508865

Please sign in to comment.