Skip to content

Commit 35023b4

Browse files
release: opendata-vector v0.2.2
1 parent 57c3009 commit 35023b4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ futures = { version = "0.3", features = ["std"] }
3939
icu_segmenter = "2"
4040
moka = { version = "0.12", features = ["future"] }
4141
bencher = { path = "./bencher" }
42-
common = { path = "./common", package = "opendata-common", version = "0.1.17" }
42+
common = { path = "./common", package = "opendata-common", version = "0.1.18" }
4343
buffer = { path = "./buffer", package = "opendata-buffer", version = "0.3.0" }
4444
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
4545
roaring = "0.10"

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opendata-common"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
edition.workspace = true
55
description = "Shared storage foundation for OpenData databases"
66
license = "MIT"

vector/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opendata-vector"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition.workspace = true
55
description = "Vector similarity search database built on SlateDB"
66
license = "MIT"

0 commit comments

Comments
 (0)