Skip to content

Commit bcb286a

Browse files
committed
Attempt to build against Rust 1.84
1 parent 9773cf0 commit bcb286a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -88,32 +88,32 @@ jobs:
8888
include:
8989
- build: linux
9090
os: ubuntu-22.04
91-
rust: stable
91+
rust: 1.84
9292
target: x86_64-unknown-linux-musl
9393
name: x86_64-linux
9494
- build: linux-arm
9595
os: ubuntu-22.04
96-
rust: stable
96+
rust: 1.84
9797
target: aarch64-unknown-linux-musl
9898
name: aarch64-linux
9999
- build: macos
100100
os: macos-14
101-
rust: stable
101+
rust: 1.84
102102
target: x86_64-apple-darwin
103103
name: x86_64-macos
104104
- build: macos-arm
105105
os: macos-14
106-
rust: stable
106+
rust: 1.84
107107
target: aarch64-apple-darwin
108108
name: aarch64-macos
109109
- build: win-msvc
110110
os: windows-2022
111-
rust: stable
111+
rust: 1.84
112112
target: x86_64-pc-windows-msvc
113113
name: x86_64-windows
114114
- build: win32-msvc
115115
os: windows-2022
116-
rust: stable
116+
rust: 1.84
117117
target: i686-pc-windows-msvc
118118
name: x86-windows
119119

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.85"
2+
channel = "1.84"

0 commit comments

Comments
 (0)