From b7a637744c34c217cd88375a383caa8230c96a29 Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Fri, 23 Jun 2017 11:37:08 +0200 Subject: [PATCH] Make chrono dev dependency consistent with the one in bson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f55181..be5ac1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ path = "mongoc-sys" version = "1.6.3" [dev-dependencies] -chrono = "> 0.2.0" +chrono = "= 0.3.0"