Skip to content

Commit 1fd08cc

Browse files
committed
build: update env_logger to 0.11
1 parent 7ce4aec commit 1fd08cc

File tree

3 files changed

+124
-103
lines changed

3 files changed

+124
-103
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
toolchain: ['1.65', stable]
18+
toolchain: ['1.71', stable]
1919

2020
steps:
2121
- uses: actions/checkout@v2
@@ -27,7 +27,7 @@ jobs:
2727
override: true
2828
- name: Use MSRV Cargo.lock
2929
run: cp Cargo.lock.msrv Cargo.lock
30-
if: matrix.toolchain == '1.65'
30+
if: matrix.toolchain == '1.71'
3131
- name: Build
3232
run: cargo build --verbose
3333
test:

Cargo.lock.msrv

+120-99
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)