Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 16, 2023
1 parent f0f003c commit caca161
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -27,7 +27,7 @@ name = "proto"
path = "src/main.rs"

[dependencies]
proto_core = { version = "0.22.5", path = "../core" }
proto_core = { version = "0.23.0", path = "../core" }
proto_pdk_api = { version = "0.10.4", path = "../pdk-api" }
system_env = { version = "0.1.4", path = "../system-env" }
chrono = "0.4.31"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_core"
version = "0.22.5"
version = "0.23.0"
edition = "2021"
license = "MIT"
description = "Core proto APIs."
Expand Down
4 changes: 2 additions & 2 deletions crates/pdk-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "proto_pdk_test_utils"
version = "0.10.2"
version = "0.11.0"
edition = "2021"
license = "MIT"
description = "Utilities for testing proto WASM plugins."
homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_core = { version = "0.22.5", path = "../core" }
proto_core = { version = "0.23.0", path = "../core" }
proto_pdk_api = { version = "0.10.4", path = "../pdk-api" }
extism = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit caca161

Please sign in to comment.