Skip to content

Commit

Permalink
fix: toml format
Browse files Browse the repository at this point in the history
  • Loading branch information
zyy17 committed May 14, 2024
1 parent 1e95002 commit dc4f455
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/common/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ common-macro.workspace = true
config.workspace = true
num_cpus.workspace = true
serde.workspace = true
sysinfo.workspace = true
snafu.workspace = true
serde_json.workspace = true
snafu.workspace = true
sysinfo.workspace = true
toml.workspace = true

[dev-dependencies]
common-telemetry.workspace = true
common-test-util.workspace = true
serde.workspace = true
common-wal.workspace = true
common-telemetry.workspace = true
datanode.workspace = true
tempfile.workspace = true
meta-client.workspace = true
serde.workspace = true
temp-env = "0.3"
tempfile.workspace = true

0 comments on commit dc4f455

Please sign in to comment.