Skip to content

Commit 927b3b4

Browse files
committed
chore: Release
1 parent 2880737 commit 927b3b4

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name = "proto-shim"
3232
path = "src/main_shim.rs"
3333

3434
[dependencies]
35-
proto_core = { version = "0.43.7", path = "../core", features = ["clap"] }
35+
proto_core = { version = "0.43.8", path = "../core", features = ["clap"] }
3636
proto_installer = { version = "0.7.1", path = "../installer" }
3737
proto_pdk_api = { version = "0.24.5", path = "../pdk-api" }
3838
proto_shim = { version = "0.5.0", path = "../shim" }

crates/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
dist = false
1010

1111
[dependencies]
12-
proto_core = { version = "0.43.7", path = "../core" }
12+
proto_core = { version = "0.43.8", path = "../core" }
1313
proto_pdk_api = { version = "0.24.5", path = "../pdk-api", features = [
1414
"schematic",
1515
] }

crates/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_core"
3-
version = "0.43.7"
3+
version = "0.43.8"
44
edition = "2021"
55
license = "MIT"
66
description = "Core proto APIs."
@@ -15,7 +15,7 @@ proto_shim = { version = "0.5.0", path = "../shim" }
1515
version_spec = { version = "0.7.1", path = "../version-spec", features = [
1616
"schematic",
1717
] }
18-
warpgate = { version = "0.20.0", path = "../warpgate", features = [
18+
warpgate = { version = "0.20.1", path = "../warpgate", features = [
1919
"schematic",
2020
] }
2121
clap = { workspace = true, optional = true }

crates/pdk-test-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ homepage = "https://moonrepo.dev/proto"
88
repository = "https://github.com/moonrepo/proto"
99

1010
[dependencies]
11-
proto_core = { version = "0.43.7", path = "../core" }
11+
proto_core = { version = "0.43.8", path = "../core" }
1212
proto_pdk_api = { version = "0.24.5", path = "../pdk-api" }
13-
warpgate = { version = "0.20.0", path = "../warpgate" }
13+
warpgate = { version = "0.20.1", path = "../warpgate" }
1414
# extism = { workspace = true }
1515
serde = { workspace = true }
1616
serde_json = { workspace = true }

crates/warpgate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warpgate"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
edition = "2021"
55
license = "MIT"
66
description = "Download, resolve, and manage Extism WASM plugins."

0 commit comments

Comments
 (0)