Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Dec 5, 2023
1 parent 0f98e07 commit 7aa185c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions 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 @@ -29,7 +29,7 @@ path = "src/main.rs"
[dependencies]
proto_core = { version = "0.23.7", path = "../core" }
proto_pdk_api = { version = "0.10.4", path = "../pdk-api" }
system_env = { version = "0.1.6", path = "../system-env" }
system_env = { version = "0.1.7", path = "../system-env" }
chrono = "0.4.31"
clap = { workspace = true, features = ["derive", "env"] }
clap_complete = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_pdk_api = { version = "0.10.4", path = "../pdk-api" }
system_env = { version = "0.1.6", path = "../system-env" }
version_spec = { version = "0.1.5", path = "../version-spec" }
system_env = { version = "0.1.7", path = "../system-env" }
version_spec = { version = "0.1.6", path = "../version-spec" }
warpgate = { version = "0.5.15", path = "../warpgate" }
cached = { workspace = true }
extism = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/pdk-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
system_env = { version = "0.1.6", path = "../system-env" }
version_spec = { version = "0.1.5", path = "../version-spec" }
warpgate_api = { version = "0.1.5", path = "../warpgate-api" }
system_env = { version = "0.1.7", path = "../system-env" }
version_spec = { version = "0.1.6", path = "../version-spec" }
warpgate_api = { version = "0.1.6", path = "../warpgate-api" }
anyhow = "1.0.75"
semver = { workspace = true, features = ["serde"] }
serde = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/system-env/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "system_env"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
license = "MIT"
description = "Information about the system environment: operating system, architecture, package manager, etc."
Expand Down
2 changes: 1 addition & 1 deletion crates/version-spec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "version_spec"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
license = "MIT"
description = "A specification for working with partial, full, or aliased versions."
Expand Down
2 changes: 1 addition & 1 deletion crates/warpgate-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warpgate_api"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
license = "MIT"
description = "APIs for working with Warpgate plugins."
Expand Down
2 changes: 1 addition & 1 deletion crates/warpgate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Download, resolve, and manage Extism WASM plugins at runtime."
repository = "https://github.com/moonrepo/proto"

[dependencies]
warpgate_api = { version = "0.1.5", path = "../warpgate-api" }
warpgate_api = { version = "0.1.6", path = "../warpgate-api" }
extism = { workspace = true }
miette = { workspace = true }
once_cell = { workspace = true }
Expand Down

0 comments on commit 7aa185c

Please sign in to comment.