File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,25 @@ rust-version = "1.61.0"
13
13
version = " 2.13.2"
14
14
15
15
[workspace ]
16
- members = [" manifest " , " image " ]
16
+ members = [" image " , " manifest " ]
17
17
18
18
[dependencies ]
19
- onefetch-manifest = { path = " manifest" , version = " 2.13.2" }
20
- onefetch-image = { path = " image" , version = " 2.13.2" }
21
19
anyhow = " 1.0.66"
22
20
askalono = " 0.4.6"
23
21
byte-unit = " 4.0.14"
24
22
bytecount = " 0.6.3"
25
23
clap = { version = " 4.0.22" , features = [" derive" ] }
26
24
clap_complete = " 4.0.3"
27
- image = " 0.24.4"
28
25
git-features-for-configuration-only = { package = " git-features" , version = " 0.23.1" , features = [
29
26
" zlib-ng-compat" ,
30
27
] }
31
28
git-repository = { version = " 0.27.0" , default-features = false , features = [
32
29
" max-performance-safe" ,
33
30
] }
34
31
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" }
35
35
owo-colors = " 3.5.0"
36
36
regex = " 1.6.0"
37
37
serde = " 1.0.147"
@@ -48,8 +48,8 @@ yaml-rust = "0.4.5"
48
48
49
49
[dev-dependencies ]
50
50
git-testtools = " 0.9.0"
51
- pretty_assertions = " 1.3.0"
52
51
insta = { version = " 1.21.0" , features = [" json" , " redactions" ] }
52
+ pretty_assertions = " 1.3.0"
53
53
54
54
[build-dependencies ]
55
55
lazy_static = " 1"
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ license = "MIT"
7
7
readme = " README.md"
8
8
9
9
[dependencies ]
10
- image = " 0.24.4"
11
10
anyhow = " 1.0"
12
11
clap = " 4.0.22"
12
+ image = " 0.24.4"
13
13
14
14
[target .'cfg(not(windows))' .dependencies ]
15
15
color_quant = " 1.1.0"
You can’t perform that action at this time.
0 commit comments