Skip to content

Commit

Permalink
Bump up to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Feb 14, 2024
1 parent 7d36f22 commit 6fa465a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "suggest"
version = "0.5.0"
edition = "2021"
authors = ["Ken Matsui <[email protected]>"]
description = "A minimal library to provide similar name suggestions like \"Did you mean?\""
documentation = "https://docs.rs/suggest"
edition = "2021"
homepage = "https://github.com/ken-matsui/suggest#readme"
license = "MIT"
name = "suggest"
readme = "README.md"
repository = "https://github.com/ken-matsui/suggest/"
homepage = "https://github.com/ken-matsui/suggest#readme"
documentation = "https://docs.rs/suggest"
version = "0.5.1"

[dependencies]
lev_distance = "0.1.1"

[dev-dependencies]
clap = { version = "4.4", features = ["derive"] }
clap = {version = "4.4", features = ["derive"]}

0 comments on commit 6fa465a

Please sign in to comment.