Skip to content

Commit

Permalink
chore: bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Oct 24, 2024
1 parent aec5de9 commit 96ca252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "1.2.1"
version = "1.3.0"
edition = "2021"
authors = ["The Extism Authors", "[email protected]"]
license = "BSD-3-Clause"
Expand All @@ -12,7 +12,7 @@ description = "Extism Plug-in Development Kit (PDK) for Rust"
anyhow = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
extism-pdk-derive = { path = "./derive", version = "1.2.1" }
extism-pdk-derive = { path = "./derive", version = "1.3.0" }
extism-manifest = { version = "1.2.0", optional = true }
extism-convert = { version = "1.2.0", features = ["extism-pdk-path"] }
base64 = "0.22.1"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "extism-pdk-derive"
version = "1.2.1"
version = "1.3.0"
edition = "2021"
authors = ["The Extism Authors", "[email protected]"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 96ca252

Please sign in to comment.