Skip to content

Commit 8a0b47a

Browse files
killagu-clawclaude
andcommitted
style: apply taplo formatting to ruborist Cargo.toml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 45e4fb8 commit 8a0b47a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ruborist/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ reqwest = { version = "0.12", default-features = false, features = ["json"] }
2121

2222
# Git clone (optional, native-only)
2323
gix = { version = "0.72", default-features = false, features = [
24-
"blocking-network-client",
2524
"blocking-http-transport-reqwest-rust-tls",
25+
"blocking-network-client",
2626
], optional = true }
2727
tempfile = { version = "3", optional = true }
2828

2929
[features]
3030
default = []
31-
git = ["gix", "tempfile"]
31+
git = ["gix", "tempfile"]
3232

3333
# Async runtime (works on both native and WASM with forked tokio)
3434
[dependencies.tokio]

0 commit comments

Comments
 (0)