Skip to content

Commit

Permalink
Lower git2 version temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
dob9601 committed Mar 12, 2022
1 parent 1b0a6cd commit a2560a7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
34 changes: 12 additions & 22 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 @@ -15,9 +15,8 @@ path = "src/main.rs"
clap = { version = "3.0.0-rc.7", features = ["derive"] }
console = "0.15.0"
dialoguer = "0.8.0"
git2 = "0.14.2"
# git2_credentials = "0.7.3"
git2_credentials = { git = "https://github.com/davidB/git2_credentials.git" }
git2 = "0.13"
git2_credentials = "0.7.3"
hex = "0.4.3"
indicatif = "0.16.2"
lazy_static = "1.4.0"
Expand Down

0 comments on commit a2560a7

Please sign in to comment.