Skip to content

Commit

Permalink
Update versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 16, 2024
1 parent ca78b4a commit 001222c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add it to your ``Cargo.toml``:

```toml
[dependencies]
jieba-rs = "0.6"
jieba-rs = "0.7"
```

then you are good to go. If you are using Rust 2015 you have to ``extern crate jieba_rs`` to your crate root as well.
Expand All @@ -40,7 +40,7 @@ fn main() {

```toml
[dependencies]
jieba-rs = { version = "0.6", features = ["tfidf", "textrank"] }
jieba-rs = { version = "0.7", features = ["tfidf", "textrank"] }
```

## Run benchmark
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
//!
//! ```toml
//! [dependencies]
//! jieba-rs = { version = "0.6", features = ["tfidf", "textrank"] }
//! jieba-rs = { version = "0.7", features = ["tfidf", "textrank"] }
//! ```
//!
Expand Down

0 comments on commit 001222c

Please sign in to comment.