We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef94ad commit 89f6305Copy full SHA for 89f6305
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "jieba-rs"
3
-version = "0.6.7"
+version = "0.6.8"
4
authors = ["messense <messense@icloud.com>", "Paul Meng <me@paulme.ng>"]
5
categories = ["text-processing"]
6
description = "The Jieba Chinese Word Segmentation Implemented in Rust"
examples/weicheng/Cargo.toml
@@ -2,7 +2,7 @@
name = "weicheng"
version = "0.1.0"
authors = ["messense <messense@icloud.com>"]
-edition = "2018"
+edition = "2021"
7
[dependencies]
8
jieba-rs = { path = "../.." }
0 commit comments