Skip to content

Commit 2da3ca9

Browse files
committed
Release v0.5.3
Signed-off-by: Brian Hardock <brian.hardock@fermyon.com>
1 parent 073349d commit 2da3ca9

File tree

5 files changed

+234
-267
lines changed

5 files changed

+234
-267
lines changed

.cargo/audit.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[advisories]
2+
ignore = [
3+
"RUSTSEC-2026-0049"
4+
]

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Rust
1919
uses: dtolnay/rust-toolchain@stable
2020
with:
21-
toolchain: 1.90
21+
toolchain: 1.91
2222
targets: wasm32-wasip2
2323

2424
- name: Install Spin

0 commit comments

Comments
 (0)