From 5b5d3a9b64505da4f4361bcd7e7bda979d6976e2 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Tue, 28 Jul 2020 10:13:58 +0200 Subject: [PATCH] Clean up Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9886fa5..650ae04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ license = "MIT" include = ["Cargo.toml", "README.md", "LICENSE", "ACKNOWLEDGEMENTS", "src/**/*.rs"] [dependencies] -ironsea_index = "^0.1" +ironsea_index = "0.1" -serde = { version = "^1.0", features = ["derive"] } +serde = { version = "1.0", features = ["derive"] }