Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Jan 29, 2024
1 parent 10eb060 commit e68e415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ merge = { workspace = true }

bytesize = { workspace = true }
comfy-table = { workspace = true }
dav-server = { version = "0.5.8", default-features = false, features = ["warp-compat"], optional = true }
dialoguer = { workspace = true }
directories = { workspace = true }
gethostname = { workspace = true }
Expand All @@ -90,9 +91,8 @@ jemallocator-global = { version = "0.3.2", optional = true }
mimalloc = { version = "0.1.39", default_features = false, optional = true }
rhai = { workspace = true }
simplelog = { workspace = true }
dav-server = { version = "0.5.8", default-features = false, features = ["warp-compat"], optional = true }
tokio = { version = "1", optional = true }
warp = { version = "0.3.6", optional = true }
tokio = {version = "1", optional = true }

[dev-dependencies]
abscissa_core = { workspace = true, features = ["testing"] }
Expand Down

0 comments on commit e68e415

Please sign in to comment.