We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59bd5db + fb0af12 commit cda4448Copy full SHA for cda4448
.github/workflows/main.yml
@@ -31,8 +31,8 @@ jobs:
31
rust: stable
32
- build: msrv
33
os: ubuntu-latest
34
- # sync MSRV with docs: guide/src/guide/installation.md
35
- rust: 1.56.0
+ # sync MSRV with docs: guide/src/guide/installation.md and Cargo.toml
+ rust: 1.60.0
36
steps:
37
- uses: actions/checkout@master
38
- name: Install Rust
0 commit comments