diff --git a/Cargo.toml b/Cargo.toml index 04a64e3..e9f519b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "suggestion" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Ken Matsui <26405363+ken-matsui@users.noreply.github.com>"] description = "Provides suggestion traits for all collection types in the standard library" @@ -11,4 +11,4 @@ homepage = "https://github.com/ken-matsui/suggestion#readme" documentation = "https://docs.rs/suggestion" [dependencies] -lev_distance = "0.1.0" +lev_distance = "0.1.1"