Skip to content

Commit

Permalink
feat: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swanandx committed Oct 19, 2022
1 parent d3e9f0a commit 0fd054c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 = "lemmeknow"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["swanandx"]
description = "Identify any mysterious text or analyze strings from a file"
Expand Down Expand Up @@ -39,7 +39,7 @@ serde_json = "1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
rayon = "1.5"
comfy-table = { version = "6.0.0", optional = true }
clap = { version = "3.2", features = ["derive"], optional = true }
clap = { version = "4.0", features = ["derive"], optional = true }

[dev-dependencies]
assert_cmd = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Want to use this as a crate in your project? or make a web api for it? No worrie

```toml
[dependencies]
lemmeknow = { version = "0.6", default-features = false }
lemmeknow = { version = "0.7", default-features = false }

```

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* ```toml
* [dependencies]
* lemmeknow = { version = "0.6", default-features = false }
* lemmeknow = { version = "0.7", default-features = false }
* ```
*
* OR by using github repository:
Expand Down

0 comments on commit 0fd054c

Please sign in to comment.