Skip to content

Commit

Permalink
Release: 0.5.3 stable release (#538)
Browse files Browse the repository at this point in the history
Cuts a new 0.5.3 release from stable.
  • Loading branch information
bhelx committed Oct 24, 2023
1 parent 1452b9f commit ec70b0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.2"
version = "0.5.3"
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.2"
version = "0.5.3"
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.2"
version = "0.5.3"
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.2", path = "../runtime"}
extism-runtime = { version = "0.5.3", path = "../runtime"}
serde_json = "1"
log = "0.4"
anyhow = "1"
Expand Down

0 comments on commit ec70b0e

Please sign in to comment.