From 1d763349337a2377bb932e221ef38c0ebdd825cb Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 9 May 2020 10:10:41 +0200 Subject: [PATCH] Fix version spec Signed-off-by: Matthias Beyer --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 40da6c0..561042d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,11 +18,11 @@ lazy_static = "1.0" is-match = "0.1" [dependencies.serde_json] -versions = "1" +version = "1" optional = true [dependencies.toml] -versions = "0.5" +version = "0.5" optional = true [dev-dependencies] -- 2.45.2