Skip to content

Commit 737692a

Browse files
authored
Merge pull request #50 from HadrienG2/fix-dep-update-release
Fix incorrectly versioned dependency-bump release
2 parents 613d049 + ae515f9 commit 737692a

4 files changed

Lines changed: 446 additions & 215 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# compatible and lint-free on upcoming Rust toolchains (beta and nightly).
77

88
name: Continuous Integration
9+
permissions:
10+
contents: read
911

1012
on:
1113
push:
@@ -22,7 +24,7 @@ env:
2224
CARGO_INCREMENTAL: 0
2325
RUSTFLAGS: -D warnings
2426
RUSTDOCFLAGS: -D warnings
25-
MINIMAL_RUST: 1.75.0 # Minimal Supported Rust Version
27+
MINIMAL_RUST: 1.86.0 # Minimal Supported Rust Version
2628

2729
jobs:
2830
# Workaround for github CI dropping env var expansion in matrix strategy

0 commit comments

Comments
 (0)