From 96ca252f3d998a494d69d2762504f2901f6ec9d3 Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 24 Oct 2024 16:11:19 -0700 Subject: [PATCH] chore: bump version to 1.3.0 --- Cargo.toml | 4 ++-- derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0298ea5..391b5cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extism-pdk" -version = "1.2.1" +version = "1.3.0" edition = "2021" authors = ["The Extism Authors", "oss@extism.org"] license = "BSD-3-Clause" @@ -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" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index d6fce4d..8d01761 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extism-pdk-derive" -version = "1.2.1" +version = "1.3.0" edition = "2021" authors = ["The Extism Authors", "oss@extism.org"] license = "BSD-3-Clause"