We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 613d049 + ae515f9 commit 737692aCopy full SHA for 737692a
4 files changed
.github/workflows/ci.yml
@@ -6,6 +6,8 @@
6
# compatible and lint-free on upcoming Rust toolchains (beta and nightly).
7
8
name: Continuous Integration
9
+permissions:
10
+ contents: read
11
12
on:
13
push:
@@ -22,7 +24,7 @@ env:
22
24
CARGO_INCREMENTAL: 0
23
25
RUSTFLAGS: -D warnings
26
RUSTDOCFLAGS: -D warnings
- MINIMAL_RUST: 1.75.0 # Minimal Supported Rust Version
27
+ MINIMAL_RUST: 1.86.0 # Minimal Supported Rust Version
28
29
jobs:
30
# Workaround for github CI dropping env var expansion in matrix strategy
0 commit comments