Skip to content

Commit

Permalink
Bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 25, 2024
1 parent 7216263 commit 3a38bcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jieba-rs"
version = "0.7.0"
version = "0.7.1"
authors = ["messense <[email protected]>", "Paul Meng <[email protected]>"]
categories = ["text-processing"]
description = "The Jieba Chinese Word Segmentation Implemented in Rust"
Expand Down
4 changes: 2 additions & 2 deletions jieba-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "jieba-macros"
version = "0.7.0"
version = "0.7.1"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
phf_codegen = "0.11"
phf_codegen = "0.11"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! ```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 Down

0 comments on commit 3a38bcb

Please sign in to comment.