Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 7, 2024
1 parent 41efa33 commit 58008c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -33,7 +33,7 @@ path = "src/main_shim.rs"

[dependencies]
proto_core = { version = "0.38.0", path = "../core" }
proto_installer = { version = "0.5.1", path = "../installer" }
proto_installer = { version = "0.5.2", path = "../installer" }
proto_pdk_api = { version = "0.21.1", path = "../pdk-api" }
proto_shim = { version = "0.4.1", path = "../shim" }
system_env = { version = "0.5.0", path = "../system-env" }
Expand Down
2 changes: 1 addition & 1 deletion crates/installer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_installer"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
license = "MIT"
description = "Download and install proto."
Expand Down

0 comments on commit 58008c1

Please sign in to comment.