Skip to content

Commit

Permalink
Update dirs crate to 2.0
Browse files Browse the repository at this point in the history
This change bumps the dirs crate version we consume to 2.0. None of the
changes made are affecting us so no code changes were necessary.
  • Loading branch information
d-e-s-o committed Jan 13, 2020
1 parent 9873a56 commit 690ee73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Unreleased
- Fixed assertion failure when searching after aborting search term entry
- Lowercased `Pos` and `Neg` fields of serialized queries
- Added code coverage collection and reporting to CI pipeline
- Bumped `dirs` dependency to `2.0`


0.2.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ package = "coredump"
optional = true

[dependencies.dirs]
version = "1.0"
version = "2.0"

[dependencies.gui]
version = "0.4"
Expand Down

0 comments on commit 690ee73

Please sign in to comment.