Skip to content

Commit 7a81073

Browse files
committed
bump toolchian version
1 parent 0852552 commit 7a81073

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
RUSTTARGET: ${{ matrix.target }}
3333
EXTRA_FILES: "README.md"
3434
ARCHIVE_TYPES: ${{ matrix.archive }}
35-
TOOLCHAIN_VERSION: 1.85.0
36-
ARCHIVE_NAME: wows_toolkit_${{ github.event.release.tag_name }}_windows
35+
TOOLCHAIN_VERSION: 1.88.0
36+
ARCHIVE_NAME: wows_toolkit_${{ github.event.release.tag_name }}_windows

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "wows_toolkit"
33
version = "0.1.34"
44
authors = ["landaire"]
55
edition = "2024"
6-
rust-version = "1.85"
6+
rust-version = "1.88"
77

88
[package.metadata.winresource]
99

0 commit comments

Comments
 (0)