We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b23d8 commit cc8f8afCopy full SHA for cc8f8af
wasmtime.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: wasmtime
3
version: 28.0.0
4
- epoch: 0
+ epoch: 1
5
description: "A fast and secure runtime for WebAssembly"
6
copyright:
7
- license: Apache-2.0
@@ -25,6 +25,8 @@ pipeline:
25
tag: v${{package.version}}
26
expected-commit: 2e584e84127f0123c5a9211310140419e12082c2
27
28
+ - uses: rust/cargobump
29
+
30
- name: Configure and build
31
runs: |
32
git submodule update --init
wasmtime/cargobump-deps.yaml
@@ -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
0 commit comments