From 6aeffb4be851994b0ce46190b591d5adf463b95f Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 21 Mar 2026 12:55:31 +0000 Subject: [PATCH] cargo sort --- asyncgit/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 5e77498a..8863ba65 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -11,6 +11,11 @@ license = "MIT" categories = ["asynchronous", "concurrency"] keywords = ["git"] +[features] +default = ["trace-libgit"] +trace-libgit = [] +vendor-openssl = ["openssl-sys"] + [dependencies] bitflags = "2" crossbeam-channel = "0.5" @@ -45,8 +50,3 @@ invalidstring = { path = "../invalidstring", version = "0.1" } pretty_assertions = "1.4" serial_test = "3.3" tempfile = "3" - -[features] -default = ["trace-libgit"] -trace-libgit = [] -vendor-openssl = ["openssl-sys"]