Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion wasmtime.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: wasmtime
version: 28.0.0
epoch: 0
epoch: 1
description: "A fast and secure runtime for WebAssembly"
copyright:
- license: Apache-2.0
Expand All @@ -25,6 +25,8 @@ pipeline:
tag: v${{package.version}}
expected-commit: 2e584e84127f0123c5a9211310140419e12082c2

- uses: rust/cargobump

- name: Configure and build
runs: |
git submodule update --init
Expand Down
4 changes: 4 additions & 0 deletions wasmtime/cargobump-deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
# Newer version of url pulls in newer version of idna necesary to fix GHSA-h97m-ww89-6jmq CVE
- name: url
version: 2.5.4
Loading