Skip to content

Commit 7625277

Browse files
authored
Have cargo-sort 2.0.1 sort Cargo.toml's (#2653)
1 parent 849824a commit 7625277

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

asyncgit/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ license = "MIT"
1111
categories = ["concurrency", "asynchronous"]
1212
keywords = ["git"]
1313

14+
[features]
15+
default = ["trace-libgit"]
16+
trace-libgit = []
17+
vendor-openssl = ["openssl-sys"]
18+
1419
[dependencies]
1520
bitflags = "2"
1621
crossbeam-channel = "0.5"
@@ -43,8 +48,3 @@ invalidstring = { path = "../invalidstring", version = "0.1" }
4348
pretty_assertions = "1.4"
4449
serial_test = "3.2"
4550
tempfile = "3"
46-
47-
[features]
48-
default = ["trace-libgit"]
49-
trace-libgit = []
50-
vendor-openssl = ["openssl-sys"]

scopetime/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ readme = "README.md"
1111
categories = ["development-tools::profiling"]
1212
keywords = ["profiling", "logging"]
1313

14+
[features]
15+
default = []
16+
enabled = []
17+
1418
[dependencies]
1519
log = "0.4"
16-
17-
[features]
18-
default =[]
19-
enabled =[]

0 commit comments

Comments
 (0)