Skip to content

Commit 3120e23

Browse files
committed
Update CI with stable rust
LazyLock has been stable. We should be able to use stable in CI/CD
1 parent d6c5214 commit 3120e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.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
os: [ubuntu-22.04]
21-
rust: [nightly]
21+
rust: [stable]
2222
target: ["default"]
2323
steps:
2424
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)