Update to bstr 1 (#62)

This commit is contained in:
Armin Ronacher 2024-03-28 22:24:58 +01:00 committed by GitHub
parent 75d40b041b
commit 342d60158c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 15 additions and 15 deletions

View file

@ -16,14 +16,14 @@ jobs:
run: make test
build-stable:
name: Build on 1.41.0
name: Build on 1.60.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.41.0
toolchain: 1.60.0
- name: Use Cargo.lock.msrv
run: cp Cargo.lock.msrv Cargo.lock
- name: Test