Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asap-common/dependencies/rs/asap_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asap_types"
version.workspace = true
version = "0.4.0"
edition.workspace = true

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "datafusion_summary_library"
version.workspace = true
version = "0.4.0"
edition.workspace = true
authors = ["ProjectASAP Team"]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "elastic_dsl_utilities"
edition.workspace = true
version.workspace = true
version = "0.4.0"

[dependencies]
serde.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion asap-common/dependencies/rs/promql_utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "promql_utilities"
version.workspace = true
version = "0.4.0"
edition.workspace = true
authors = ["SketchDB Team"]
description = "A standalone PromQL pattern matching and query analysis library for Rust"
Expand Down
2 changes: 1 addition & 1 deletion asap-common/dependencies/rs/sql_utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sql_utilities"
version.workspace = true
version = "0.4.0"
edition.workspace = true
authors = ["SketchDB Team"]
description = "A standalone SQL pattern matching and query analysis library for Rust"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "promql_token_matching_tests"
version.workspace = true
version = "0.4.0"
edition.workspace = true

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion asap-common/tests/compare_patterns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compare_patterns_runner"
version.workspace = true
version = "0.4.0"
edition.workspace = true

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion asap-planner-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asap_planner"
version.workspace = true
version = "0.4.0"
edition.workspace = true

[lib]
Expand Down
2 changes: 1 addition & 1 deletion asap-query-engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "query_engine_rust"
version.workspace = true
version = "0.4.0"
edition.workspace = true

[dependencies]
Expand Down
Loading