Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Mar 22, 2020
1 parent eb244b7 commit ed5c1ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ keywords = ["crates", "index", "diff"]
license = "MIT"
name = "crates-index-diff"
repository = "https://github.com/Byron/crates-index-diff-rs"
version = "6.2.0"
version = "7.0.0"
edition = "2018"
readme = "changelog.md"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "changelog.md", "LINCENSE.md"]

[dependencies]
git2 = "0.12.0"
git2 = "0.13.0"
serde = "1"
serde_derive = "1"
serde_json = "1"
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v7.0.0 (2020-03-22)

* update dependencies and upgrade git2 to 0.13.0

## v6.2.0 (2020-03-06)

* Add support for setting the last seen reference directly. Useful in conjunction with `peek_changes(…)`.
Expand Down

0 comments on commit ed5c1ac

Please sign in to comment.