Skip to content

Commit 5755996

Browse files
committed
github: build: Use "stable" instead of concrete version of Rust
Signed-off-by: Michal Rostecki <[email protected]>
1 parent 5ee803d commit 5755996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
rust:
21-
- "1.63.0"
21+
- "stable"
2222
- "beta"
2323
- "nightly"
2424
llvm: ["15", "rustc"]

0 commit comments

Comments
 (0)