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.
1 parent c09e0e2 commit 1d98c38Copy full SHA for 1d98c38
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
name: Lint Rust
25
runs-on: ubuntu-latest
26
env:
27
- RUSTUP_TOOLCHAIN: 1.74.0
+ RUSTUP_TOOLCHAIN: 1.74.1
28
steps:
29
- uses: actions/checkout@v3
30
- name: Install rustfmt and clippy
@@ -76,11 +76,11 @@ jobs:
76
matrix:
77
include:
78
- os: ubuntu-latest
79
- rust: 1.74.0
+ rust: 1.74.1
80
- os: windows-latest
81
82
- os: macos-latest
83
84
85
# Minimum Supported Rust Version = 1.70.0
86
0 commit comments