Skip to content

Commit

Permalink
format toml
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Jan 16, 2024
1 parent 3379c65 commit b92dfb3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ libc = "0.2.152"
linked-hash-map = "0.5"
log = "0.4"
memchr = "2"
mime = "0.3"
num_cpus = "1.16"
number_prefix = "0.4"
once_cell = "1.19"
Expand All @@ -78,7 +79,6 @@ sha2 = { version = "0.10.8", optional = true }
strip-ansi-escapes = "0.2"
tar = "0.4.40"
tempfile = "3"
mime = "0.3"
tokio = { version = "1", features = [
"rt-multi-thread",
"io-util",
Expand Down Expand Up @@ -165,13 +165,7 @@ vendored-openssl = ["openssl?/vendored", "opendal?/native-tls-vendored"]
# Enable features that require unstable features of Nightly Rust.
unstable = []
# Enables distributed support in the sccache client
dist-client = [
"flate2",
"hyper",
"reqwest",
"url",
"sha2",
]
dist-client = ["flate2", "hyper", "reqwest", "url", "sha2"]
# Enables the sccache-dist binary
dist-server = [
"jwt",
Expand Down

0 comments on commit b92dfb3

Please sign in to comment.