Skip to content

Commit 89f6305

Browse files
committed
Bump version to 0.6.8
1 parent 5ef94ad commit 89f6305

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jieba-rs"
3-
version = "0.6.7"
3+
version = "0.6.8"
44
authors = ["messense <messense@icloud.com>", "Paul Meng <me@paulme.ng>"]
55
categories = ["text-processing"]
66
description = "The Jieba Chinese Word Segmentation Implemented in Rust"

examples/weicheng/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "weicheng"
33
version = "0.1.0"
44
authors = ["messense <messense@icloud.com>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[dependencies]
88
jieba-rs = { path = "../.." }

0 commit comments

Comments
 (0)