Skip to content

Commit

Permalink
fix dependency resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
commonkestrel committed Aug 22, 2024
1 parent be33a38 commit 14f2c6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 32 deletions.
35 changes: 6 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ clap = { version = "4.4", features = ["derive"] }
clap-verbosity-flag = "2.1"
clio = { version = "0.3", features = ["clap-parse"] }
colored = "2"
env_logger = "0.10"
git2 = "0.18"
git2 = "0.19"
humantime = "2.1"
lazy-regex = "3.1"
libloading = "0.8"
Expand All @@ -31,7 +30,7 @@ shadow-rs = "0.33"
thiserror = "1"

[build-dependencies]
shadow-rs = "0.26"
shadow-rs = "0.33"
logos = "0.13"
bitflags = "2.4"
anyhow = "1"
Expand Down

0 comments on commit 14f2c6a

Please sign in to comment.