Skip to content

Commit

Permalink
Review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
codedmart committed Aug 16, 2024
1 parent 829ca7f commit ea03f50
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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/configuration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "configuration"
version = "0.1.0"
edition = "2021"
version.workspace = true

[dependencies]
mongodb-support = { path = "../mongodb-support" }
Expand Down
2 changes: 1 addition & 1 deletion crates/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "integration-tests"
version = "0.1.0"
edition = "2021"
version.workspace = true

[features]
integration = []
Expand Down
2 changes: 1 addition & 1 deletion crates/mongodb-agent-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "mongodb-agent-common"
description = "logic that is common to v2 and v3 agent versions"
version = "0.1.0"
edition = "2021"
version.workspace = true

[dependencies]
configuration = { path = "../configuration" }
Expand Down
2 changes: 1 addition & 1 deletion crates/mongodb-connector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mongodb-connector"
version = "0.1.0"
edition = "2021"
version.workspace = true

[dependencies]
configuration = { path = "../configuration" }
Expand Down
2 changes: 1 addition & 1 deletion crates/mongodb-support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mongodb-support"
version = "0.1.0"
edition = "2021"
version.workspace = true

[dependencies]
enum-iterator = "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/ndc-query-plan/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ndc-query-plan"
version = "0.1.0"
edition = "2021"
version.workspace = true

[dependencies]
derivative = "2"
Expand Down
2 changes: 1 addition & 1 deletion crates/ndc-test-helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ndc-test-helpers"
version = "0.1.0"
edition = "2021"
version.workspace = true

[dependencies]
indexmap = { workspace = true }
Expand Down

0 comments on commit ea03f50

Please sign in to comment.