Increase MSRV to 1.70 and update workflow dependencies (#342)

This commit is contained in:
Kevin Lewi
2023-09-24 17:43:59 -07:00
committed by GitHub
parent 07c3f74582
commit 83795f3f1c
5 changed files with 24 additions and 20 deletions
+3 -2
View File
@@ -11,12 +11,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
rust: [stable]
steps:
- uses: hecrj/setup-rust-action@v1
- uses: hecrj/setup-rust-action@v2
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@v3
- uses: actions/checkout@main
- name: Login to crates.io
run: cargo login $CRATES_IO_TOKEN
env: