Skip to content

Commit

Permalink
release: Bump to 0.3.4 and pin rustc to 1.66.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jan 27, 2023
1 parent 161eff9 commit 363bbc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: default
toolchain: stable
toolchain: 1.66.1
target: wasm32-wasi
default: true

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
with:
target: ${{ matrix.target }}
profile: default
toolchain: 1.66.0
toolchain: 1.66.1
default: true

- name: Install gnu gcc
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.3.3"
version = "0.3.4"
edition = "2021"
authors = ["The Extism Authors"]
license = "BSD-Clause-3"
Expand Down

0 comments on commit 363bbc2

Please sign in to comment.