Skip to content

Commit

Permalink
Increase rust-version to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Dec 19, 2024
1 parent 1740c93 commit facb424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.60.0
- 1.63.0
steps:
- uses: r7kamura/rust-problem-matchers@v1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
keywords = ["no_std", "ord", "f64", "f32", "sort"]
categories = ["science", "rust-patterns", "no-std"]
edition = "2021"
rust-version = "1.60"
rust-version = "1.63"

[dependencies]
arbitrary = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit facb424

Please sign in to comment.