Skip to content

Commit 34e9934

Browse files
committed
chore: Release
1 parent 927b3b4 commit 34e9934

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -33,7 +33,7 @@ path = "src/main_shim.rs"
3333

3434
[dependencies]
3535
proto_core = { version = "0.43.8", path = "../core", features = ["clap"] }
36-
proto_installer = { version = "0.7.1", path = "../installer" }
36+
proto_installer = { version = "0.8.0", path = "../installer" }
3737
proto_pdk_api = { version = "0.24.5", path = "../pdk-api" }
3838
proto_shim = { version = "0.5.0", path = "../shim" }
3939
system_env = { version = "0.6.1", path = "../system-env" }

crates/installer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_installer"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Download and install proto."

0 commit comments

Comments
 (0)