Skip to content

Commit

Permalink
Release 0.5.1 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbkaisetsu authored Jun 20, 2022
1 parent ba7077b commit c2a75e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions vaporetto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vaporetto"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
rust-version = "1.58"
authors = ["Koichi Akabe <[email protected]>"]
Expand All @@ -14,7 +14,7 @@ categories = ["text-processing", "no-std"]

[dependencies]
bincode = { version = "2.0.0-rc.1", default-features = false, features = ["alloc", "derive"] } # MIT
daachorse = { version = "0.4.1", default-features = false } # MIT or Apache-2.0
daachorse = { version = "0.4.3", default-features = false } # MIT or Apache-2.0
hashbrown = "0.12.1" # MIT or Apache-2.0

liblinear = { version = "1", optional = true } # MIT
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.5.0"
version = "0.5.1"
edition = "2021"
rust-version = "1.58"
authors = ["Koichi Akabe <[email protected]>"]
Expand All @@ -16,7 +16,7 @@ resolver = "2"
[dependencies]
hashbrown = "0.12.1" # MIT or Apache-2.0
unicode-segmentation = "1.9.0" # MIT or Apache-2.0
vaporetto = { path = "../vaporetto", version = "0.5.0", default-features = false, features = ["alloc"] } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto", version = "=0.5.1", default-features = false, features = ["alloc"] } # MIT or Apache-2.0

[dev-dependencies]
vaporetto = { path = "../vaporetto", version = "0.5.0" } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto", version = "=0.5.1" } # 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.5.0"
version = "0.5.1"
edition = "2021"
rust-version = "1.58"
authors = ["Koichi Akabe <[email protected]>"]
Expand All @@ -13,8 +13,8 @@ keywords = ["japanese", "tokenizer", "tantivy"]
categories = ["text-processing"]

[dependencies]
vaporetto = { path = "../vaporetto", version = "0.5.0" } # MIT or Apache-2.0
vaporetto_rules = { path = "../vaporetto_rules", version = "0.5.0" } # MIT or Apache-2.0
vaporetto = { path = "../vaporetto", version = "=0.5.1" } # MIT or Apache-2.0
vaporetto_rules = { path = "../vaporetto_rules", version = "=0.5.1" } # MIT or Apache-2.0
tantivy = "0.18" # MIT

[dev-dependencies]
Expand Down

0 comments on commit c2a75e0

Please sign in to comment.