Skip to content

Commit 0e686fc

Browse files
committed
Update the msrv to 1.48.
1 parent 292c8ce commit 0e686fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.clippy.toml

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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
matrix:
9090
# When updating this, the reminder to update the minimum supported
9191
# Rust version in Cargo.toml and .clippy.toml.
92-
rust: ['1.46']
92+
rust: ['1.48']
9393
steps:
9494
- uses: actions/checkout@v2
9595
- name: Install Rust

0 commit comments

Comments
 (0)