Skip to content

Commit 363bbc2

Browse files
committed
release: Bump to 0.3.4 and pin rustc to 1.66.1
1 parent 161eff9 commit 363bbc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions-rs/toolchain@v1
1818
with:
1919
profile: default
20-
toolchain: stable
20+
toolchain: 1.66.1
2121
target: wasm32-wasi
2222
default: true
2323

@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
target: ${{ matrix.target }}
8989
profile: default
90-
toolchain: 1.66.0
90+
toolchain: 1.66.1
9191
default: true
9292

9393
- name: Install gnu gcc

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
]
66

77
[workspace.package]
8-
version = "0.3.3"
8+
version = "0.3.4"
99
edition = "2021"
1010
authors = ["The Extism Authors"]
1111
license = "BSD-Clause-3"

0 commit comments

Comments
 (0)