Skip to content

Commit

Permalink
Bump git2 to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg committed Dec 3, 2022
1 parent 7b24b13 commit 3dfae03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- Removed unused transitive dependency on `time`
- Bump `cargo-lock` to 8.0
- Bump `git2` to 0.14
- Bump `git2` to 0.15
- Fix unescaped quotes in literals

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nightly = []
cargo-lock = { version = "8.0", default-features = false }
semver = { version = "1.0", optional = true }
chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] }
git2 = { version = "0.14", optional = true, default-features = false, features = [] }
git2 = { version = "0.15", optional = true, default-features = false, features = [] }

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit 3dfae03

Please sign in to comment.