Skip to content

Commit

Permalink
cargo sort
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 16, 2022
1 parent 0db6be3 commit 1f3053a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ rust-version = "1.61.0"
version = "2.13.2"

[workspace]
members = ["manifest", "image"]
members = ["image", "manifest"]

[dependencies]
onefetch-manifest = { path = "manifest", version = "2.13.2" }
onefetch-image = { path = "image", version = "2.13.2" }
anyhow = "1.0.66"
askalono = "0.4.6"
byte-unit = "4.0.14"
bytecount = "0.6.3"
clap = { version = "4.0.22", features = ["derive"] }
clap_complete = "4.0.3"
image = "0.24.4"
git-features-for-configuration-only = { package = "git-features", version = "0.23.1", features = [
"zlib-ng-compat",
] }
git-repository = { version = "0.27.0", default-features = false, features = [
"max-performance-safe",
] }
git2 = { version = "0.15.0", default-features = false }
image = "0.24.4"
onefetch-image = { path = "image", version = "2.13.2" }
onefetch-manifest = { path = "manifest", version = "2.13.2" }
owo-colors = "3.5.0"
regex = "1.6.0"
serde = "1.0.147"
Expand All @@ -48,8 +48,8 @@ yaml-rust = "0.4.5"

[dev-dependencies]
git-testtools = "0.9.0"
pretty_assertions = "1.3.0"
insta = { version = "1.21.0", features = ["json", "redactions"] }
pretty_assertions = "1.3.0"

[build-dependencies]
lazy_static = "1"
Expand Down
2 changes: 1 addition & 1 deletion image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ license = "MIT"
readme = "README.md"

[dependencies]
image = "0.24.4"
anyhow = "1.0"
clap = "4.0.22"
image = "0.24.4"

[target.'cfg(not(windows))'.dependencies]
color_quant = "1.1.0"
Expand Down

0 comments on commit 1f3053a

Please sign in to comment.