diff --git a/Cargo.lock b/Cargo.lock index 146a4095..eb8591ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2710,7 +2710,7 @@ dependencies = [ [[package]] name = "proto_pdk" -version = "0.25.3" +version = "0.25.4" dependencies = [ "extism-pdk", "proto_pdk_api", @@ -2721,7 +2721,7 @@ dependencies = [ [[package]] name = "proto_pdk_api" -version = "0.24.3" +version = "0.24.4" dependencies = [ "proto_pdk_api", "rustc-hash", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 35b7c4c6..4d482589 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -34,7 +34,7 @@ path = "src/main_shim.rs" [dependencies] proto_core = { version = "0.43.6", path = "../core", features = ["clap"] } proto_installer = { version = "0.7.1", path = "../installer" } -proto_pdk_api = { version = "0.24.3", path = "../pdk-api" } +proto_pdk_api = { version = "0.24.4", path = "../pdk-api" } proto_shim = { version = "0.5.0", path = "../shim" } system_env = { version = "0.6.1", path = "../system-env" } anyhow = { workspace = true } diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index 777a3411..c0364196 100644 --- a/crates/codegen/Cargo.toml +++ b/crates/codegen/Cargo.toml @@ -10,7 +10,7 @@ dist = false [dependencies] proto_core = { version = "0.43.6", path = "../core" } -proto_pdk_api = { version = "0.24.3", path = "../pdk-api", features = [ +proto_pdk_api = { version = "0.24.4", path = "../pdk-api", features = [ "schematic", ] } schematic = { workspace = true, features = [ diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 4c10cde8..3d5b979f 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://moonrepo.dev/proto" repository = "https://github.com/moonrepo/proto" [dependencies] -proto_pdk_api = { version = "0.24.3", path = "../pdk-api", features = [ +proto_pdk_api = { version = "0.24.4", path = "../pdk-api", features = [ "schematic", ] } proto_shim = { version = "0.5.0", path = "../shim" } diff --git a/crates/pdk-api/Cargo.toml b/crates/pdk-api/Cargo.toml index f8d3fd2b..5f9e811d 100644 --- a/crates/pdk-api/Cargo.toml +++ b/crates/pdk-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_pdk_api" -version = "0.24.3" +version = "0.24.4" edition = "2021" license = "MIT" description = "Core APIs for creating proto WASM plugins." diff --git a/crates/pdk-test-utils/Cargo.toml b/crates/pdk-test-utils/Cargo.toml index 4a1d1e00..8118f963 100644 --- a/crates/pdk-test-utils/Cargo.toml +++ b/crates/pdk-test-utils/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/proto" [dependencies] proto_core = { version = "0.43.6", path = "../core" } -proto_pdk_api = { version = "0.24.3", path = "../pdk-api" } +proto_pdk_api = { version = "0.24.4", path = "../pdk-api" } warpgate = { version = "0.19.0", path = "../warpgate" } # extism = { workspace = true } serde = { workspace = true } diff --git a/crates/pdk/Cargo.toml b/crates/pdk/Cargo.toml index 4bc28df4..81cdf3a5 100644 --- a/crates/pdk/Cargo.toml +++ b/crates/pdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_pdk" -version = "0.25.3" +version = "0.25.4" edition = "2021" license = "MIT" description = "A plugin development kit for creating proto WASM plugins." @@ -8,7 +8,7 @@ homepage = "https://moonrepo.dev/proto" repository = "https://github.com/moonrepo/proto" [dependencies] -proto_pdk_api = { version = "0.24.3", path = "../pdk-api" } +proto_pdk_api = { version = "0.24.4", path = "../pdk-api" } warpgate_pdk = { version = "0.8.1", path = "../warpgate-pdk" } extism-pdk = { workspace = true } rustc-hash = { workspace = true }