chore: Release (#2168)

* chore: Release

* update CHANGELOG
This commit is contained in:
PSeitz
2023-09-01 13:58:58 +02:00
committed by GitHub
parent ebede0bed7
commit 49448b31c6
10 changed files with 24 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tantivy-stacker"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/quickwit-oss/tantivy"
@@ -9,7 +9,7 @@ description = "term hashmap used for indexing"
[dependencies]
murmurhash32 = "0.3"
common = { version = "0.5", path = "../common/", package = "tantivy-common" }
common = { version = "0.6", path = "../common/", package = "tantivy-common" }
ahash = { version = "0.8.3", default-features = false, optional = true }
[[bench]]