Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 17, 2025
1 parent 79b9476 commit 82e6e2b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 @@ -34,7 +34,7 @@ path = "src/main_shim.rs"
[dependencies]
proto_core = { version = "0.44.6", path = "../core", features = ["clap"] }
proto_installer = { version = "0.8.0", path = "../installer" }
proto_pdk_api = { version = "0.24.5", path = "../pdk-api" }
proto_pdk_api = { version = "0.24.6", path = "../pdk-api" }
proto_shim = { version = "0.5.0", path = "../shim" }
system_env = { version = "0.6.1", path = "../system-env" }
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dist = false

[dependencies]
proto_core = { version = "0.44.6", path = "../core" }
proto_pdk_api = { version = "0.24.5", path = "../pdk-api", features = [
proto_pdk_api = { version = "0.24.6", path = "../pdk-api", features = [
"schematic",
] }
schematic = { workspace = true, features = [
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.24.5", path = "../pdk-api", features = [
proto_pdk_api = { version = "0.24.6", path = "../pdk-api", features = [
"schematic",
] }
proto_shim = { version = "0.5.0", path = "../shim" }
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.24.5"
version = "0.24.6"
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.44.6", path = "../core" }
proto_pdk_api = { version = "0.24.5", path = "../pdk-api" }
proto_pdk_api = { version = "0.24.6", path = "../pdk-api" }
warpgate = { version = "0.20.3", path = "../warpgate" }
# extism = { workspace = true }
serde = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/pdk/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.24.5", path = "../pdk-api" }
proto_pdk_api = { version = "0.24.6", path = "../pdk-api" }
warpgate_pdk = { version = "0.8.1", path = "../warpgate-pdk" }
extism-pdk = { workspace = true }
rustc-hash = { workspace = true }
Expand Down

0 comments on commit 82e6e2b

Please sign in to comment.