Skip to content

Commit d757809

Browse files
committed
fix: ci update toolchaint to 1.87
1 parent f67da9b commit d757809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: make-commit
5858
env:
5959
DPRINT_VERSION: "0.50.0"
60-
RUST_TOOLCHAIN: "1.85"
60+
RUST_TOOLCHAIN: "1.87"
6161
run: |
6262
rustup component add rustfmt --toolchain "$RUST_TOOLCHAIN-x86_64-unknown-linux-gnu"
6363
curl -fsSL https://dprint.dev/install.sh | sh -s $DPRINT_VERSION

0 commit comments

Comments
 (0)