File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " moon_common"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2024"
55license = " MIT"
66description = " Common utilities."
Original file line number Diff line number Diff line change 11[package ]
22name = " moon_config"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44edition = " 2024"
55license = " MIT"
66description = " Core workspace, project, and moon configuration."
@@ -12,8 +12,8 @@ publish = true
1212features = [" loader" ]
1313
1414[dependencies ]
15- moon_common = { version = " 0.1.0 " , path = " ../common" }
16- moon_target = { version = " 0.1.0 " , path = " ../target" }
15+ moon_common = { version = " 0.1.1 " , path = " ../common" }
16+ moon_target = { version = " 0.1.1 " , path = " ../target" }
1717indexmap = { workspace = true }
1818miette = { workspace = true }
1919regex = { workspace = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " moon_feature_flags"
3- version = " 0.0.1 "
3+ version = " 0.0.2 "
44edition = " 2024"
55license = " MIT"
66description = " Manages feature flags."
Original file line number Diff line number Diff line change 11[package ]
22name = " moon_file_group"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2024"
55license = " MIT"
66description = " File groups and collections."
@@ -9,9 +9,9 @@ repository = "https://github.com/moonrepo/moon"
99publish = true
1010
1111[dependencies ]
12- moon_common = { version = " 0.1.0 " , path = " ../common" }
13- moon_config = { version = " 0.1.2 " , path = " ../config" }
14- moon_feature_flags = { version = " 0.0.1 " , path = " ../feature-flags" }
12+ moon_common = { version = " 0.1.1 " , path = " ../common" }
13+ moon_config = { version = " 0.1.3 " , path = " ../config" }
14+ moon_feature_flags = { version = " 0.0.2 " , path = " ../feature-flags" }
1515common-path = " 1.0.0"
1616miette = { workspace = true }
1717serde = { workspace = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " moon_pdk_api"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44edition = " 2024"
55license = " MIT"
66description = " Core APIs for creating moon WASM plugins."
@@ -9,10 +9,10 @@ repository = "https://github.com/moonrepo/moon"
99publish = true
1010
1111[dependencies ]
12- moon_common = { version = " 0.1.0 " , path = " ../common" }
13- moon_config = { version = " 0.1.2 " , path = " ../config" }
14- moon_project = { version = " 0.1.1 " , path = " ../project" }
15- moon_task = { version = " 0.1.0 " , path = " ../task" }
12+ moon_common = { version = " 0.1.1 " , path = " ../common" }
13+ moon_config = { version = " 0.1.3 " , path = " ../config" }
14+ moon_project = { version = " 0.1.2 " , path = " ../project" }
15+ moon_task = { version = " 0.1.1 " , path = " ../task" }
1616proto_pdk_api = { workspace = true }
1717rustc-hash = { workspace = true }
1818schematic = { workspace = true , features = [" schema_serde" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " moon_pdk_test_utils"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44edition = " 2024"
55license = " MIT"
66description = " Utilities for testing moon WASM plugins."
@@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/moon"
99publish = true
1010
1111[dependencies ]
12- moon_pdk_api = { version = " 0.1.3 " , path = " ../pdk-api" }
12+ moon_pdk_api = { version = " 0.1.4 " , path = " ../pdk-api" }
1313warpgate = { workspace = true }
1414extism = { workspace = true }
1515serde = { workspace = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " moon_pdk"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44edition = " 2024"
55license = " MIT"
66description = " A plugin development kit for creating moon WASM plugins."
@@ -9,10 +9,10 @@ repository = "https://github.com/moonrepo/moon"
99publish = true
1010
1111[dependencies ]
12- moon_common = { version = " 0.1.0 " , path = " ../common" }
13- moon_pdk_api = { version = " 0.1.3 " , path = " ../pdk-api" }
14- moon_project = { version = " 0.1.1 " , path = " ../project" }
15- moon_task = { version = " 0.1.0 " , path = " ../task" }
12+ moon_common = { version = " 0.1.1 " , path = " ../common" }
13+ moon_pdk_api = { version = " 0.1.4 " , path = " ../pdk-api" }
14+ moon_project = { version = " 0.1.2 " , path = " ../project" }
15+ moon_task = { version = " 0.1.1 " , path = " ../task" }
1616clap = { workspace = true }
1717extism-pdk = { workspace = true }
1818serde = { workspace = true }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ publish = false
1111[dependencies ]
1212moon_common = { path = " ../common" }
1313moon_env = { path = " ../env" }
14- moon_pdk_api = { version = " 0.1.3 " , path = " ../pdk-api" }
14+ moon_pdk_api = { version = " 0.1.4 " , path = " ../pdk-api" }
1515moon_target = { path = " ../target" }
1616moon_workspace_graph = { path = " ../workspace-graph" }
1717async-trait = { workspace = true }
Original file line number Diff line number Diff line change 11[package ]
22name = " moon_project"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2024"
55license = " MIT"
66description = " A project in moon."
@@ -9,10 +9,10 @@ repository = "https://github.com/moonrepo/moon"
99publish = true
1010
1111[dependencies ]
12- moon_common = { version = " 0.1.0 " , path = " ../common" }
13- moon_config = { version = " 0.1.2 " , path = " ../config" }
14- moon_file_group = { version = " 0.1.0 " , path = " ../file-group" }
15- moon_task = { version = " 0.1.0 " , path = " ../task" }
12+ moon_common = { version = " 0.1.1 " , path = " ../common" }
13+ moon_config = { version = " 0.1.3 " , path = " ../config" }
14+ moon_file_group = { version = " 0.1.1 " , path = " ../file-group" }
15+ moon_task = { version = " 0.1.1 " , path = " ../task" }
1616miette = { workspace = true }
1717serde = { workspace = true }
1818thiserror = { workspace = true }
You can’t perform that action at this time.
0 commit comments