From 6ec89cdcf83a36f5f17cfb544418ecf9d9aebc7d Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Sun, 17 Sep 2023 12:57:18 -0700 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- crates/schema-plugin/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6cfa490e9..d07f9e7e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2407,7 +2407,7 @@ dependencies = [ [[package]] name = "proto_schema_plugin" -version = "0.11.4" +version = "0.11.5" dependencies = [ "serde", ] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 6560fd15e..c72903d66 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -29,7 +29,7 @@ path = "src/main.rs" [dependencies] proto_core = { version = "0.17.5", path = "../core" } proto_pdk_api = { version = "0.7.1", path = "../pdk-api" } -proto_schema_plugin = { version = "0.11.4", path = "../schema-plugin" } +proto_schema_plugin = { version = "0.11.5", path = "../schema-plugin" } proto_wasm_plugin = { version = "0.6.5", path = "../wasm-plugin" } chrono = "0.4.31" clap = { workspace = true, features = ["derive", "env"] } diff --git a/crates/schema-plugin/Cargo.toml b/crates/schema-plugin/Cargo.toml index 93468d10d..9c14fb6e4 100644 --- a/crates/schema-plugin/Cargo.toml +++ b/crates/schema-plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_schema_plugin" -version = "0.11.4" +version = "0.11.5" edition = "2021" license = "MIT" description = "DEPRECATED: Utilities for working with proto's TOML plugins."