Skip to content

Commit

Permalink
cargo.toml fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wcy-fdu committed Oct 30, 2023
1 parent b576ca9 commit 80be52a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ workspace-hack = { path = "../workspace-hack" }
criterion = { workspace = true, features = ["async_tokio", "async"] }
rand = "0.8"
risingwave_expr_impl = { workspace = true }
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }
tempfile = "3"
tikv-jemallocator = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion src/compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ workspace-hack = { path = "../workspace-hack" }

[dev-dependencies]
futures-async-stream = { workspace = true }
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
rand = "0.8"
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }
tempfile = "3"

[lints]
Expand Down
2 changes: 1 addition & 1 deletion src/ctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ uuid = { version = "1", features = ["v4"] }
workspace-hack = { path = "../workspace-hack" }

[dev-dependencies]
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion src/jni_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tracing = "0.1"

[dev-dependencies]
risingwave_expr = { workspace = true }
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion src/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ workspace-hack = { path = "../workspace-hack" }
assert_matches = "1"
maplit = "1.0.2"
rand = "0.8"
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }
risingwave_test_runner = { workspace = true }
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}

[features]
test = []
Expand Down
2 changes: 1 addition & 1 deletion src/rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tracing = "0.1"
url = "2.4.1"

[dev-dependencies]
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }

[target.'cfg(not(madsim))'.dependencies]
workspace-hack = { path = "../workspace-hack" }
Expand Down
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ workspace-hack = { path = "../workspace-hack" }
[dev-dependencies]
criterion = { workspace = true, features = ["async_futures"] }
moka = { version = "0.12", features = ["future"] }
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }
risingwave_test_runner = { workspace = true }
uuid = { version = "1", features = ["v4"] }

Expand Down
2 changes: 1 addition & 1 deletion src/storage/backup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ thiserror = "1"
twox-hash = "1"

[dev-dependencies]
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion src/storage/hummock_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ futures = { version = "0.3", default-features = false, features = [
] }

futures-async-stream = "0.2.9"
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }
risingwave_test_runner = { workspace = true }
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
serial_test = "2.0"
sync-point = { path = "../../utils/sync-point" }

Expand Down
2 changes: 1 addition & 1 deletion src/storage/hummock_trace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tracing = "0.1"
[dev-dependencies]
itertools = "0.10.5"
mockall = "0.11.4"
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion src/stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ assert_matches = "1"
criterion = { workspace = true, features = ["async_tokio", "async"] }
expect-test = "1"
risingwave_expr_impl = { workspace = true }
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }
risingwave_hummock_test = { path = "../storage/hummock_test", features = [
"test",
] }
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
tracing-test = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion src/tests/compaction_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
tracing = "0.1"

[dev-dependencies]
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"]}
risingwave_hummock_sdk = { workspace = true , features = ["enable_test_epoch"] }


[target.'cfg(not(madsim))'.dependencies]
Expand Down

0 comments on commit 80be52a

Please sign in to comment.