Skip to content

Commit 1f3053a

Browse files
committed
cargo sort
1 parent 0db6be3 commit 1f3053a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ rust-version = "1.61.0"
1313
version = "2.13.2"
1414

1515
[workspace]
16-
members = ["manifest", "image"]
16+
members = ["image", "manifest"]
1717

1818
[dependencies]
19-
onefetch-manifest = { path = "manifest", version = "2.13.2" }
20-
onefetch-image = { path = "image", version = "2.13.2" }
2119
anyhow = "1.0.66"
2220
askalono = "0.4.6"
2321
byte-unit = "4.0.14"
2422
bytecount = "0.6.3"
2523
clap = { version = "4.0.22", features = ["derive"] }
2624
clap_complete = "4.0.3"
27-
image = "0.24.4"
2825
git-features-for-configuration-only = { package = "git-features", version = "0.23.1", features = [
2926
"zlib-ng-compat",
3027
] }
3128
git-repository = { version = "0.27.0", default-features = false, features = [
3229
"max-performance-safe",
3330
] }
3431
git2 = { version = "0.15.0", default-features = false }
32+
image = "0.24.4"
33+
onefetch-image = { path = "image", version = "2.13.2" }
34+
onefetch-manifest = { path = "manifest", version = "2.13.2" }
3535
owo-colors = "3.5.0"
3636
regex = "1.6.0"
3737
serde = "1.0.147"
@@ -48,8 +48,8 @@ yaml-rust = "0.4.5"
4848

4949
[dev-dependencies]
5050
git-testtools = "0.9.0"
51-
pretty_assertions = "1.3.0"
5251
insta = { version = "1.21.0", features = ["json", "redactions"] }
52+
pretty_assertions = "1.3.0"
5353

5454
[build-dependencies]
5555
lazy_static = "1"

image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ license = "MIT"
77
readme = "README.md"
88

99
[dependencies]
10-
image = "0.24.4"
1110
anyhow = "1.0"
1211
clap = "4.0.22"
12+
image = "0.24.4"
1313

1414
[target.'cfg(not(windows))'.dependencies]
1515
color_quant = "1.1.0"

0 commit comments

Comments
 (0)