Skip to content

Commit a81f848

Browse files
Update changelog, upgrade Rust, update resolver, and update lockfiles
With wasmtime v28, we can safely: - Update lockfiles, which requires an `spdx` upgrade - Upgrade Rust to 1.85, is required by `spdx` - Use the version-aware `resolver = "3"`, which is supported in 1.85.
1 parent ac94923 commit a81f848

File tree

8 files changed

+1129
-863
lines changed

8 files changed

+1129
-863
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
rust-toolchain: ["1.83"]
12+
rust-toolchain: ["1.85"]
1313
os: [ubuntu-24.04, macos-14, windows-2022]
1414
arch: [amd64, arm64]
1515
exclude:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
submodules: true
2222
- name: Install Rust
23-
run: rustup update --no-self-update 1.83 && rustup default 1.83
23+
run: rustup update --no-self-update 1.85 && rustup default 1.85
2424
shell: bash
2525
- name: Add wasm32-wasip1 Rust target
2626
run: rustup target add wasm32-wasip1
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
submodules: true
6565
- name: Install Rust
66-
run: rustup update --no-self-update 1.83 && rustup default 1.83
66+
run: rustup update --no-self-update 1.85 && rustup default 1.85
6767
shell: bash
6868
- name: Add wasm32-wasip1 Rust target
6969
run: rustup target add wasm32-wasip1
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
submodules: true
9191
- name: Install Rust
92-
run: rustup update 1.83 && rustup default 1.83
92+
run: rustup update 1.85 && rustup default 1.85
9393
shell: bash
9494
- name: Check crates can be published
9595
run: make package-check

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Unreleased
1+
## 0.14.2
2+
3+
- Upgrade to wasmtime v28
24

35
## 0.14.1
46

0 commit comments

Comments
 (0)