Skip to content

Commit 1f09d5f

Browse files
authored
Merge pull request #215 from bgurney-rh/lowest-rust
github actions: update lowest supported Rust to 1.58.1
2 parents 20809b6 + 7809703 commit 1f09d5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.54.0"
1+
msrv = "1.58.1"

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
# MANDATORY TESTING USING LOWEST SUPPORTED TOOLCHAIN
104104
lowest_supported:
105105
env:
106-
TOOLCHAIN: 1.54.0 # LOWEST SUPPORTED RUST TOOLCHAIN
106+
TOOLCHAIN: 1.58.1 # LOWEST SUPPORTED RUST TOOLCHAIN
107107
strategy:
108108
matrix:
109109
include:
@@ -142,7 +142,7 @@ jobs:
142142
fedora:
143143
env:
144144
# Lowest supported
145-
TOOLCHAIN: 1.54.0 # LOWEST SUPPORTED RUST TOOLCHAIN
145+
TOOLCHAIN: 1.58.1 # LOWEST SUPPORTED RUST TOOLCHAIN
146146
strategy:
147147
matrix:
148148
include:

0 commit comments

Comments
 (0)