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"] }