Skip to content

Commit 0bb9b66

Browse files
committed
fix: Pin to Rust 1.88 for now
1 parent d0a405a commit 0bb9b66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17+
- uses: dtolnay/rust-toolchain@stable
1718
with:
18-
toolchain: "1.88"
19+
toolchain: "1.88"
1920
- run: cargo publish
2021
env:
2122
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)