Skip to content

Commit

Permalink
chore: Bump 0.5.4 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Oct 25, 2023
1 parent c043dec commit 452bb2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
target: ${{ matrix.target }}

- name: Release Rust Manifest Crate
if: always()
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_API_TOKEN }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion libextism/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libextism"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
authors = ["The Extism Authors", "oss@extism.org"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extism-runtime"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
authors = ["The Extism Authors", "oss@extism.org"]
license = "BSD-3-Clause"
Expand Down
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extism"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
authors = ["The Extism Authors", "oss@extism.org"]
license = "BSD-3-Clause"
Expand All @@ -10,7 +10,7 @@ description = "Extism Host SDK for Rust"

[dependencies]
extism-manifest = { version = "0.5.0", path = "../manifest" }
extism-runtime = { version = "0.5.3", path = "../runtime"}
extism-runtime = { version = "0.5.4", path = "../runtime"}
serde_json = "1"
log = "0.4"
anyhow = "1"
Expand Down

0 comments on commit 452bb2f

Please sign in to comment.