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 161eff9 commit 363bbc2Copy full SHA for 363bbc2
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions-rs/toolchain@v1
18
with:
19
profile: default
20
- toolchain: stable
+ toolchain: 1.66.1
21
target: wasm32-wasi
22
default: true
23
@@ -87,7 +87,7 @@ jobs:
87
88
target: ${{ matrix.target }}
89
90
- toolchain: 1.66.0
91
92
93
- name: Install gnu gcc
Cargo.toml
@@ -5,7 +5,7 @@ members = [
5
]
6
7
[workspace.package]
8
-version = "0.3.3"
+version = "0.3.4"
9
edition = "2021"
10
authors = ["The Extism Authors"]
11
license = "BSD-Clause-3"
0 commit comments