Skip to content

Commit

Permalink
change: deps and crate type (#31)
Browse files Browse the repository at this point in the history
* change: deps and crate type

* Update CHANGELOG.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Mathew Shen <datahonor@gmail.com>

* Update CHANGELOG.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Mathew Shen <datahonor@gmail.com>

---------

Signed-off-by: Mathew Shen <datahonor@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
shenxiangzhuang and coderabbitai[bot] authored Apr 26, 2024
1 parent ec8e001 commit 4264759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Upgrade `cached` version to `0.50.0`
Change crate-type to `["cdylib", "rlib"]`
## [0.1.0] - 2024-04-23
- BLEU score calculation with `Tokenizer13a` as default tokenizer.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ keywords = ["NLP", "Tokenizer", "BLEU", "DeepLearning"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "bleuscore"
crate-type = ["cdylib"]
crate-type = ["cdylib", "rlib"]

[dependencies]
cached = "0.49.3"
cached = "0.50.0"
regex = "1.10.4"
lazy_static = "1.4.0"
counter = "0.5.7"
Expand Down

0 comments on commit 4264759

Please sign in to comment.