Skip to content

Commit

Permalink
fix: Bollard dependency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Nov 20, 2023
1 parent 2c4e100 commit 1702414
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ similar_names = "allow"

[dependencies]
anyhow = "1.0"
# bollard = "0.15"
bollard = { git = "https://www.github.com/fussybeaver/bollard.git", rev = "cef1cd5" }
bollard = "0.15"
cansi = "2.2"
clap = { version = "4.4", features = ["derive", "unicode", "color"] }
crossterm = "0.27"
Expand Down

0 comments on commit 1702414

Please sign in to comment.