Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 6, 2023
1 parent 9dd0239 commit 1bd9a97
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 @@ -28,7 +28,7 @@ path = "src/main.rs"

[dependencies]
proto_core = { version = "0.24.0", path = "../core" }
proto_pdk_api = { version = "0.11.0", path = "../pdk-api" }
proto_pdk_api = { version = "0.11.1", path = "../pdk-api" }
system_env = { version = "0.1.7", path = "../system-env" }
chrono = "0.4.31"
clap = { workspace = true, features = ["derive", "env"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_pdk_api = { version = "0.11.0", path = "../pdk-api" }
proto_pdk_api = { version = "0.11.1", path = "../pdk-api" }
system_env = { version = "0.1.7", path = "../system-env" }
version_spec = { version = "0.1.6", path = "../version-spec" }
warpgate = { version = "0.6.0", path = "../warpgate" }
Expand Down
2 changes: 1 addition & 1 deletion crates/pdk-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_pdk_api"
version = "0.11.0"
version = "0.11.1"
edition = "2021"
license = "MIT"
description = "Core APIs for creating proto WASM plugins."
Expand Down
2 changes: 1 addition & 1 deletion crates/pdk-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_core = { version = "0.24.0", path = "../core" }
proto_pdk_api = { version = "0.11.0", path = "../pdk-api" }
proto_pdk_api = { version = "0.11.1", path = "../pdk-api" }
extism = { workspace = true }
serde_json = { workspace = true }
toml = { version = "0.8.8", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/pdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "proto_pdk"
version = "0.11.0"
version = "0.11.1"
edition = "2021"
license = "MIT"
description = "A plugin development kit for creating proto WASM plugins."
homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_pdk_api = { version = "0.11.0", path = "../pdk-api" }
proto_pdk_api = { version = "0.11.1", path = "../pdk-api" }
anyhow = "1.0.75"
extism-pdk = { workspace = true }
serde = { workspace = true }

0 comments on commit 1bd9a97

Please sign in to comment.