Skip to content

Commit bdb62a1

Browse files
committed
ci: upgrade rust toolchain to 1.95 and unpin sysinfo
1 parent 227d4b9 commit bdb62a1

4 files changed

Lines changed: 83 additions & 72 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install Rust
6060
uses: dtolnay/rust-toolchain@stable
6161
with:
62-
toolchain: 1.93.0
62+
toolchain: 1.95.0
6363

6464
- name: Add musl target
6565
run: rustup target add x86_64-unknown-linux-musl
@@ -207,7 +207,7 @@ jobs:
207207
- name: Install Rust
208208
uses: dtolnay/rust-toolchain@stable
209209
with:
210-
toolchain: 1.93.0
210+
toolchain: 1.95.0
211211
targets: aarch64-apple-darwin,x86_64-apple-darwin
212212

213213
- name: Cache Rust dependencies

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install Rust
6666
uses: dtolnay/rust-toolchain@stable
6767
with:
68-
toolchain: 1.93.0
68+
toolchain: 1.95.0
6969

7070
- name: Add musl target
7171
run: rustup target add x86_64-unknown-linux-musl

anycode-backend/Cargo.lock

Lines changed: 79 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

anycode-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rmcp = { version = "0.1.5", features = [
3939
"transport-child-process",
4040
"tower"
4141
] }
42-
sysinfo = { version = "=0.35.2" }
42+
sysinfo = { version = "0.39" }
4343
pathdiff = "0.2.3"
4444
rust-embed = { version = "8", features = ["include-exclude"] }
4545
mime_guess = "2.0.5"

0 commit comments

Comments
 (0)