Skip to content

Commit

Permalink
Release 0.6.3 (#92)
Browse files Browse the repository at this point in the history
* Release 0.6.3

* fix
  • Loading branch information
vbkaisetsu authored Mar 31, 2023
1 parent 6ee10f9 commit ee3d390
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion vaporetto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vaporetto"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
rust-version = "1.64"
authors = ["Koichi Akabe <[email protected]>"]
Expand Down
6 changes: 3 additions & 3 deletions vaporetto_rules/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vaporetto_rules"
version = "0.6.2"
version = "0.6.3"
edition = "2021"
rust-version = "1.64"
authors = ["Koichi Akabe <[email protected]>"]
Expand All @@ -15,7 +15,7 @@ categories = ["text-processing", "no-std"]
[dependencies]
hashbrown = "0.13.2" # MIT or Apache-2.0
unicode-segmentation = "1.10.1" # MIT or Apache-2.0
vaporetto = { path = "../vaporetto", version = "=0.6.2", default-features = false, features = ["alloc"] } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto", version = "=0.6.3", default-features = false, features = ["alloc"] } # MIT or Apache-2.0

[dev-dependencies]
vaporetto = { path = "../vaporetto", version = "=0.6.2" } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto", version = "=0.6.3" } # MIT or Apache-2.0
6 changes: 3 additions & 3 deletions vaporetto_tantivy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vaporetto_tantivy"
version = "0.19.1" # Match with Tantivy version number
version = "0.19.2" # Match with Tantivy version number
edition = "2021"
rust-version = "1.64"
authors = ["Koichi Akabe <[email protected]>"]
Expand All @@ -13,8 +13,8 @@ keywords = ["japanese", "tokenizer", "tantivy"]
categories = ["text-processing"]

[dependencies]
vaporetto = { path = "../vaporetto", version = "=0.6.2" } # MIT or Apache-2.0
vaporetto_rules = { path = "../vaporetto_rules", version = "=0.6.2" } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto", version = "=0.6.3" } # MIT or Apache-2.0
vaporetto_rules = { path = "../vaporetto_rules", version = "=0.6.3" } # MIT or Apache-2.0
tantivy = "0.19" # MIT

[dev-dependencies]
Expand Down

0 comments on commit ee3d390

Please sign in to comment.