Skip to content

Commit f2d2d39

Browse files
committed
Move time to a dev-dep
Possible now that Cargo has been fixed
1 parent 4315e85 commit f2d2d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ repositories.
1717

1818
[dependencies]
1919
url = "0.2"
20-
time = "0.1"
2120

2221
[dependencies.libgit2-sys]
2322
path = "libgit2-sys"
@@ -26,3 +25,4 @@ version = "0.1.0"
2625
[dev-dependencies]
2726
docopt = "0.6"
2827
rustc-serialize = "0.2"
28+
time = "0.1"

0 commit comments

Comments
 (0)