Skip to content

Commit

Permalink
Drop the patch version number from the serde-json dep, to simplify pa…
Browse files Browse the repository at this point in the history
…ckaging for Debian (#12). Also refresh Cargo.lock.
  • Loading branch information
dimo414 committed Mar 14, 2022
1 parent 5ba1ac6 commit d95dfe1
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 87 deletions.
144 changes: 59 additions & 85 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.2"
version = "0.5.3"
authors = ["Michael Diamond <[email protected]>"]
description = "CLI and Rust library for caching subprocess invocations"
repository = "http://github.com/dimo414/bkt"
Expand Down Expand Up @@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"] }

[dependencies.serde_json]
optional = true
version = "1.0.62"
version = "1.0"

[dev-dependencies]
filetime = "0.2"
Expand Down

2 comments on commit d95dfe1

@dimo414
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benthetechguy just FYI

@benthetechguy
Copy link

@benthetechguy benthetechguy commented on d95dfe1 Mar 14, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.