-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade version of dependencies + fix
time
breakages
To keep things somewhat current, upgrade all dependencies to latest versions. The hardest by far is `time`, which has broken its entire API surface area, _again_. We make some fairly substantial code changes to accommodate that. I also changed the store API to use `u64`s instead of `i64`s since they're working with nanoseconds. I realize in retrospect that this change might not be needed since Redis works with a signed integer type, but it improves the interface slightly in that a missing value is returned as a `None` instead of `-1`, which is more Rust-like.
- Loading branch information
Showing
5 changed files
with
117 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.