Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 11, 2024
1 parent feae189 commit c55436a
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/pdk-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/moonrepo/proto"
[dependencies]
system_env = { version = "0.5.0", path = "../system-env" }
version_spec = { version = "0.6.1", path = "../version-spec" }
warpgate_api = { version = "0.8.0", path = "../warpgate-api" }
warpgate_api = { version = "0.8.1", path = "../warpgate-api" }
rustc-hash = { workspace = true }
schematic = { workspace = true, optional = true, features = [
"schema",
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.8.0"
version = "0.8.1"
edition = "2021"
license = "MIT"
description = "APIs for working with Warpgate plugins."
Expand Down
2 changes: 1 addition & 1 deletion crates/warpgate-pdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
warpgate_api = { version = "0.8.0", path = "../warpgate-api" }
warpgate_api = { version = "0.8.1", path = "../warpgate-api" }
extism-pdk = { workspace = true }
serde = { workspace = true }
2 changes: 1 addition & 1 deletion crates/warpgate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/moonrepo/proto"

[dependencies]
system_env = { version = "0.5.0", path = "../system-env" }
warpgate_api = { version = "0.8.0", path = "../warpgate-api" }
warpgate_api = { version = "0.8.1", path = "../warpgate-api" }
extism = { workspace = true }
miette = { workspace = true }
once_cell = { workspace = true }
Expand Down

0 comments on commit c55436a

Please sign in to comment.