Skip to content

Commit

Permalink
Fix toml formatting after force-push happened
Browse files Browse the repository at this point in the history
  • Loading branch information
grembo committed Sep 27, 2023
1 parent 7656480 commit f027d68
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,14 @@ vendored-openssl = ["openssl?/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", "trust-dns-resolver"]
dist-client = [
"flate2",
"hyper",
"reqwest",
"url",
"sha2",
"trust-dns-resolver",
]
# Enables the sccache-dist binary
dist-server = [
"jwt",
Expand Down

0 comments on commit f027d68

Please sign in to comment.