Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 30, 2024
1 parent 6f7e724 commit 9ba3480
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 @@ -32,7 +32,7 @@ name = "proto-shim"
path = "src/main_shim.rs"

[dependencies]
proto_core = { version = "0.43.2", path = "../core", features = ["clap"] }
proto_core = { version = "0.43.3", path = "../core", features = ["clap"] }
proto_installer = { version = "0.7.1", path = "../installer" }
proto_pdk_api = { version = "0.24.2", path = "../pdk-api" }
proto_shim = { version = "0.5.0", path = "../shim" }
Expand Down
2 changes: 1 addition & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
dist = false

[dependencies]
proto_core = { version = "0.43.2", path = "../core" }
proto_core = { version = "0.43.3", path = "../core" }
proto_pdk_api = { version = "0.24.2", path = "../pdk-api", features = [
"schematic",
] }
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.43.2"
version = "0.43.3"
edition = "2021"
license = "MIT"
description = "Core proto APIs."
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 @@ -8,7 +8,7 @@ homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_core = { version = "0.43.2", path = "../core" }
proto_core = { version = "0.43.3", path = "../core" }
proto_pdk_api = { version = "0.24.2", path = "../pdk-api" }
warpgate = { version = "0.19.0", path = "../warpgate" }
# extism = { workspace = true }
Expand Down

0 comments on commit 9ba3480

Please sign in to comment.