-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing an unused depency on time crate
- Loading branch information
Stu Small
committed
Oct 15, 2016
1 parent
9cb14ff
commit 682f4ae
Showing
2 changed files
with
1 addition
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ttl_cache" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = ["Stu Small <[email protected]>"] | ||
description = "A cache that will expire values after a TTL" | ||
repository = "https://github.com/stusmall/ttl_cache" | ||
|
@@ -9,5 +9,4 @@ keywords = ["cache","ttl","expire"] | |
license = "MIT/Apache-2.0" | ||
|
||
[dependencies] | ||
time = "0.1" | ||
linked-hash-map = "0.3" |
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