Skip to content

Commit

Permalink
Bump lev_distance version from 0.1.0 to 0.1.1 and this package versio…
Browse files Browse the repository at this point in the history
…n from 0.1.1 to 0.1.2
  • Loading branch information
ken-matsui authored Dec 6, 2021
1 parent e688dec commit 3491888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "suggestion"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Ken Matsui <[email protected]>"]
description = "Provides suggestion traits for all collection types in the standard library"
Expand All @@ -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"

0 comments on commit 3491888

Please sign in to comment.