Skip to content

Commit

Permalink
Merge pull request #30 from extism/release-0.3.4
Browse files Browse the repository at this point in the history
release: 0.3.4
  • Loading branch information
bhelx authored Aug 24, 2023
2 parents e88f657 + 7606c70 commit 66e5527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extism-pdk"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
authors = ["The Extism Authors", "[email protected]"]
license = "BSD-3-Clause"
Expand All @@ -13,7 +13,7 @@ anyhow = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
extism-pdk-derive = {path = "./derive", version = "0.3.1"}
extism-manifest = {version = "0.3.0", optional = true}
extism-manifest = {version = "0.5.0", optional = true}
rmp-serde = {version = "1", optional = true}
base64 = "0.21.0"

Expand Down

0 comments on commit 66e5527

Please sign in to comment.