Skip to content

Commit 6729f56

Browse files
authored
fix: rust publish (#7002)
1 parent c33c9b9 commit 6729f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install Rust
8585
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
8686
with:
87-
toolchain: '1.85.1'
87+
toolchain: '1.87.0'
8888
target: ${{ env.RUST_TARGET }}
8989
default: true
9090
override: true

0 commit comments

Comments
 (0)