Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Feb 15, 2024
1 parent f48dbf0 commit 08af03b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 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 nextgen/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moon_config"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
license = "MIT"
description = "Core workspace, project, and moon configuration."
Expand Down
4 changes: 2 additions & 2 deletions nextgen/pdk-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "moon_pdk_api"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
license = "MIT"
description = "Core APIs for creating moon WASM plugins."
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/moon"

[dependencies]
moon_common = { version = "0.0.2", path = "../common" }
moon_config = { version = "0.0.2", path = "../config" }
moon_config = { version = "0.0.3", path = "../config" }
rustc-hash = { workspace = true }
serde = { workspace = true }
warpgate_api = { workspace = true }
4 changes: 2 additions & 2 deletions nextgen/pdk-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "moon_pdk_test_utils"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
license = "MIT"
description = "Utilities for testing moon WASM plugins."
homepage = "https://moonrepo.dev/moon"
repository = "https://github.com/moonrepo/moon"

[dependencies]
moon_pdk_api = { version = "0.0.2", path = "../pdk-api" }
moon_pdk_api = { version = "0.0.3", path = "../pdk-api" }
warpgate = { workspace = true }
extism = { workspace = true }
serde = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions nextgen/pdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "moon_pdk"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
license = "MIT"
description = "A plugin development kit for creating moon WASM plugins."
homepage = "https://moonrepo.dev/moon"
repository = "https://github.com/moonrepo/moon"

[dependencies]
moon_pdk_api = { version = "0.0.2", path = "../pdk-api" }
moon_pdk_api = { version = "0.0.3", path = "../pdk-api" }
clap = { workspace = true, features = ["derive"] }
extism-pdk = { workspace = true }
serde = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion nextgen/plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false

[dependencies]
moon_env = { path = "../env" }
moon_pdk_api = { version = "0.0.2", path = "../pdk-api" }
moon_pdk_api = { version = "0.0.3", path = "../pdk-api" }
convert_case = "0.6.0"
dashmap = "5.5.3"
miette = { workspace = true }
Expand Down

0 comments on commit 08af03b

Please sign in to comment.