From b2a524c5965112502942b61d6a560b48b074b095 Mon Sep 17 00:00:00 2001 From: gwenn Date: Sun, 18 Sep 2016 13:37:41 +0200 Subject: [PATCH] Clean up dependencies version --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a2c902..b17eb4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,24 +22,24 @@ vtab = [] csvtab = ["csv"] [dependencies] -time = "~0.1.0" +time = "0.1" bitflags = "0.7" lru-cache = "0.0.7" -libc = "~0.2" -chrono = { version = "~0.2", optional = true } +libc = "0.2" +chrono = { version = "0.2", optional = true } serde_json = { version = "0.8", optional = true } [dev-dependencies] -tempdir = "~0.3.4" -lazy_static = "~0.2" -regex = "~0.1.41" +tempdir = "0.3" +lazy_static = "0.2" +regex = "0.1" [dependencies.libsqlite3-sys] path = "libsqlite3-sys" version = "0.5.0" [dependencies.csv] -version = "~0.14.3" +version = "0.14" optional = true [[test]]