-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version 0.1.7 for bump to chrono 0.4.0
fixes #90
- Loading branch information
1 parent
b19108d
commit 1d7d82b
Showing
3 changed files
with
16 additions
and
15 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 = "tuf" | ||
version = "0.1.6" | ||
version = "0.1.7" | ||
authors = [ "heartsucker <[email protected]>" ] | ||
description = "Library for The Update Framework (TUF)" | ||
homepage = "https://github.com/heartsucker/rust-tuf" | ||
|
@@ -30,7 +30,7 @@ required-features = [ "cli" ] | |
cli = [ "clap" ] | ||
|
||
[dependencies] | ||
chrono = { version = "0.3.1", features = [ "serde" ] } | ||
chrono = { version = "0.4", features = [ "serde" ] } | ||
clap = { version = "2.23", optional = true } | ||
data-encoding = "2.0.0-rc.1" | ||
env_logger = "0.4.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
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