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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
all:
strategy:
matrix:
# 1.87 is an arbitrary minimum, tested to notice when it bumps
rust_version: [stable, nightly, 1.87]
# 1.88 is an arbitrary minimum, tested to notice when it bumps
rust_version: [stable, nightly, 1.88]
runs-on: ubuntu-latest
env:
RUSTUP_TOOLCHAIN: ${{ matrix.rust_version }}
Expand Down
98 changes: 54 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/mkj/sunset"
categories = ["network-programming", "embedded", "no-std"]
license = "0BSD"
keywords = ["ssh"]
rust-version = "1.87"
rust-version = "1.88"

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Desirable:

## Rust versions

At the time of writing Sunset will build with Rust 1.87.
At the time of writing Sunset will build with Rust 1.88.
The requirement may increase whenever useful, targetting stable.

## Checks
Expand Down
Loading