File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tantivy"
3
- version = " 0.17.0-dev "
3
+ version = " 0.17.0"
4
4
authors = [" Paul Masurel <paul.masurel@gmail.com>" ]
5
5
license = " MIT"
6
6
categories = [" database-implementations" , " data-structures" ]
@@ -35,7 +35,7 @@ crossbeam = "0.8.1"
35
35
futures = { version = " 0.3.15" , features = [" thread-pool" ] }
36
36
tantivy-query-grammar = { version =" 0.15.0" , path =" ./query-grammar" }
37
37
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" }
39
39
fastfield_codecs = { version =" 0.1" , path =" ./fastfield_codecs" , default-features = false }
40
40
ownedbytes = { version =" 0.2" , path =" ./ownedbytes" }
41
41
stable_deref_trait = " 1.2"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tantivy-common"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [" Paul Masurel <paul@quickwit.io>" , " Pascal Seitz <pascal@quickwit.io>" ]
5
5
license = " MIT"
6
6
edition = " 2018"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ description = "Fast field codecs used by tantivy"
9
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
10
11
11
[dependencies ]
12
- common = { version = " 0.1 " , path = " ../common/" , package = " tantivy-common" }
12
+ common = { version = " 0.2 " , path = " ../common/" , package = " tantivy-common" }
13
13
tantivy-bitpacker = { version =" 0.1.1" , path = " ../bitpacker/" }
14
14
prettytable-rs = {version =" 0.8.0" , optional = true }
15
15
rand = {version =" 0.8.3" , optional = true }
You can’t perform that action at this time.
0 commit comments