Skip to content

Commit

Permalink
Accept git2 versions up to 0.18.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Sep 6, 2023
1 parent d33fc42 commit 9a452bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- [change][minor] Allow using with versions up to `0.18.x` of `git2`.

# Version 0.4.0 - 2023-08-09
- [change][major] Accept any `impl Into<PathBuf>` in `GitAuthenticator::add_ssh_key_from_file()`.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log = ["dep:log"]

[dependencies]
dirs = "5.0.1"
git2 = { version = ">0.14, <18.0", default-features = false }
git2 = { version = ">0.14, <19.0", default-features = false }
log = { version = "0.4.19", optional = true }
terminal-prompt = "0.2.2"

Expand Down

0 comments on commit 9a452bf

Please sign in to comment.