Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit f13708b

Browse files
committed
cargo: bump MSRV to 1.67.0
1 parent a68af30 commit f13708b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
rust: ['stable', 'nightly', '1.59.0']
20+
rust: ['stable', 'nightly', '1.67.0']
2121

2222
steps:
2323
- uses: actions/checkout@v2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = "MIT OR Apache-2.0"
55

66
version = "2.0.2"
77
edition = "2021"
8-
rust-version = "1.59.0"
8+
rust-version = "1.67.0"
99

1010
authors = ["Fabio Valentini <decathorpe@gmail.com>"]
1111
readme = "README.md"

0 commit comments

Comments
 (0)