Skip to content

Commit facb424

Browse files
committed
Increase rust-version to 1.63
1 parent 1740c93 commit facb424

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
rust:
1212
- stable
13-
- 1.60.0
13+
- 1.63.0
1414
steps:
1515
- uses: r7kamura/rust-problem-matchers@v1
1616

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
keywords = ["no_std", "ord", "f64", "f32", "sort"]
1313
categories = ["science", "rust-patterns", "no-std"]
1414
edition = "2021"
15-
rust-version = "1.60"
15+
rust-version = "1.63"
1616

1717
[dependencies]
1818
arbitrary = { version = "1.0.0", optional = true }

0 commit comments

Comments
 (0)