Skip to content

Commit

Permalink
specified exact dependency versions (required by crates.io)
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Apr 30, 2021
1 parent 0e73e1f commit 806c1a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
homepage = "https://github.com/proycon/analiticcl"
repository = "https://github.com/proycon/analiticcl"
documentation = "https://docs.rs/analiticcl"
keywords = ["nlp","text-processing","spelling correction","linguistics","spellcheck"]
keywords = ["nlp","text-processing","spelling-correction","linguistics","spellcheck"]
license = "GPL-3.0+"
readme = "README.md"

Expand All @@ -16,11 +16,11 @@ harness = false
name = "benchmarks"

[dependencies]
clap = "*"
num-bigint = "*"
num-traits = "*"
rayon = "*"
sesdiff = "*"
clap = "2.33.0"
num-bigint = "0.4.0"
num-traits = "0.2.14"
rayon = "1.5.0"
sesdiff = "0.3.0"

[dev-dependencies]
criterion = "*"
criterion = "0.3.4"

0 comments on commit 806c1a9

Please sign in to comment.