Update to bstr 1 (#62)
This commit is contained in:
parent
75d40b041b
commit
342d60158c
6 changed files with 15 additions and 15 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue