Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
# 1.85 is the MSRV
rust-version: ["1.85"]
# 1.86 is the MSRV
rust-version: ["1.86"]
partition: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]
fail-fast: false
env:
Expand Down Expand Up @@ -111,8 +111,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
# 1.85 is the MSRV
rust-version: ["1.85", "stable"]
# 1.86 is the MSRV
rust-version: ["1.86", "stable"]
fail-fast: false
env:
RUSTFLAGS: -D warnings
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/mutants.out*
# Soteria symbolic-execution frontend output (see `just soteria`).
*.llbc.json
# Hegel property-test failure database, created on failing local runs.
/.hegel/
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<!-- next-header -->
## Unreleased - ReleaseDate

### Changed

- MSRV updated to Rust 1.86.

## [0.4.5] - 2026-06-17

### Added
Expand Down
Loading
Loading