We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2155c0b commit 5211a75Copy full SHA for 5211a75
.github/workflows/rust.yml
@@ -11,7 +11,7 @@ jobs:
11
include:
12
- rust: stable
13
- rust: nightly
14
- - rust: 1.41.1
+ - rust: 1.48.0
15
steps:
16
- name: Checkout Crate
17
uses: actions/checkout@v2
README.md
@@ -47,4 +47,4 @@ The following versions are officially supported and automatically tested:
47
* 0.21.0
48
49
# Minimum Supported Rust Version (MSRV)
50
-This library should always compile with any combination of features on **Rust 1.41.1**.
+This library should always compile with any combination of features on **Rust 1.48.0**.
0 commit comments