From a10ed430d6627a380cb82ae9e5ece5b2a4d94190 Mon Sep 17 00:00:00 2001 From: Rene Klacan Date: Mon, 3 Feb 2020 21:46:08 +0100 Subject: [PATCH] Bump version 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abc57b2..88a8fca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,7 +221,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "symspell" -version = "0.3.0" +version = "0.4.0" dependencies = [ "derive_builder 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 24efebd..9bb9ba7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "symspell" -version = "0.3.0" +version = "0.4.0" license = "MIT" authors = ["Rene Klacan "] keywords = ["spellcheck"] @@ -14,7 +14,6 @@ exclude = [ [lib] crate-type = ["cdylib", "rlib"] - [dependencies] strsim = "^0.9" derive_builder = "^0.9"