Skip to content

Commit

Permalink
Bump the test_dir dependency to 0.2 to simplify packaging for Debian
Browse files Browse the repository at this point in the history
(#12).
  • Loading branch information
dimo414 committed Apr 5, 2022
1 parent d95dfe1 commit 4b1e568
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 69 deletions.
76 changes: 9 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bkt"
# When updating the version number tag the commit in git
# https://rust-lang.github.io/api-guidelines/documentation.html#release-notes-document-all-significant-changes-c-relnotes
version = "0.5.3"
version = "0.5.4"
authors = ["Michael Diamond <[email protected]>"]
description = "CLI and Rust library for caching subprocess invocations"
repository = "http://github.com/dimo414/bkt"
Expand Down Expand Up @@ -36,4 +36,4 @@ version = "1.0"

[dev-dependencies]
filetime = "0.2"
test_dir = "0.1.0"
test_dir = "0.2"

0 comments on commit 4b1e568

Please sign in to comment.