Skip to content

Commit 25fd867

Browse files
author
Thomas Bahn
committed
Update minimal supported Rust version to 1.41.1
Rustc 1.41.1 is now packaged in Debian and thus a convservative choice for this libraries minimal suported Rust version.
1 parent 5c4a072 commit 25fd867

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
rust: [1.33.0, stable, beta, nightly]
16+
rust: [1.41.1, stable, beta, nightly]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: hecrj/setup-rust-action@v1

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: rust
22
cache: cargo
33
rust:
4-
- 1.33.0
4+
- 1.41.1
55
- stable
66
- beta
77
- nightly

0 commit comments

Comments
 (0)