Skip to content

Commit 2e255c4

Browse files
committed
Preparing for release
1 parent 3875928 commit 2e255c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tantivy"
3-
version = "0.17.0-dev"
3+
version = "0.17.0"
44
authors = ["Paul Masurel <[email protected]>"]
55
license = "MIT"
66
categories = ["database-implementations", "data-structures"]
@@ -35,7 +35,7 @@ crossbeam = "0.8.1"
3535
futures = { version = "0.3.15", features = ["thread-pool"] }
3636
tantivy-query-grammar = { version="0.15.0", path="./query-grammar" }
3737
tantivy-bitpacker = { version="0.1", path="./bitpacker" }
38-
common = { version = "0.1", path = "./common/", package = "tantivy-common" }
38+
common = { version = "0.2", path = "./common/", package = "tantivy-common" }
3939
fastfield_codecs = { version="0.1", path="./fastfield_codecs", default-features = false }
4040
ownedbytes = { version="0.2", path="./ownedbytes" }
4141
stable_deref_trait = "1.2"

common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tantivy-common"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Paul Masurel <[email protected]>", "Pascal Seitz <[email protected]>"]
55
license = "MIT"
66
edition = "2018"

fastfield_codecs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Fast field codecs used by tantivy"
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
common = { version = "0.1", path = "../common/", package = "tantivy-common" }
12+
common = { version = "0.2", path = "../common/", package = "tantivy-common" }
1313
tantivy-bitpacker = { version="0.1.1", path = "../bitpacker/" }
1414
prettytable-rs = {version="0.8.0", optional= true}
1515
rand = {version="0.8.3", optional= true}

0 commit comments

Comments
 (0)