Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 17, 2023
1 parent a1762d7 commit 6ec89cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/schema-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down

0 comments on commit 6ec89cd

Please sign in to comment.