Skip to content

Commit acc4afb

Browse files
committed
ci: increase MSRV due to dependencies
1 parent 4f88045 commit acc4afb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
fail-fast: false
7676
matrix:
77-
toolchain: [ nightly, beta, stable, 1.59.0 ]
77+
toolchain: [ nightly, beta, stable, 1.66.0 ]
7878
steps:
7979
- uses: actions/checkout@v2
8080
- name: Install rust ${{ matrix.toolchain }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ possible applications designed by Giacomo Zucco. It was shaped into a protocol-
2525
level design by Dr Maxim Orlovsky with a big input from the community and
2626
implemented by him as this set of libraries.
2727

28-
Minimum supported rust version for the library (MSRV) is 1.59 and 2021 rust
28+
Minimum supported rust version for the library (MSRV) is 1.66 and 2021 rust
2929
edition.
3030

3131

0 commit comments

Comments
 (0)