Skip to content

Commit

Permalink
Merge branch 'main' into tag-scores
Browse files Browse the repository at this point in the history
  • Loading branch information
kampersanda authored Sep 5, 2023
2 parents 0b7f1e4 + 5135720 commit c6861b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.20.0" # Match with Tantivy version number
version = "0.21.0" # Match with Tantivy version number
edition = "2021"
rust-version = "1.70"
authors = ["Koichi Akabe <[email protected]>"]
Expand All @@ -15,7 +15,7 @@ categories = ["text-processing"]
[dependencies]
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.20" # MIT
tantivy = "0.21" # MIT

[dev-dependencies]
ruzstd = "0.4.0" # MIT

0 comments on commit c6861b6

Please sign in to comment.