Skip to content

Commit bbc9659

Browse files
release: opendata-timeseries v0.2.0
1 parent 57b68ec commit bbc9659

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
@@ -35,7 +35,7 @@ figment = { version = "0.10", features = ["yaml"] }
3535
futures = { version = "0.3", features = ["std"] }
3636
moka = { version = "0.12", features = ["future"] }
3737
bencher = { path = "./bencher" }
38-
common = { path = "./common", package = "opendata-common", version = "0.1.12" }
38+
common = { path = "./common", package = "opendata-common", version = "0.1.13" }
3939
ingest = { path = "./ingest", package = "opendata-ingest", version = "0.1.3" }
4040
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
4141
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.12"
3+
version = "0.1.13"
44
edition.workspace = true
55
description = "Shared storage foundation for OpenData databases"
66
license = "MIT"

timeseries/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-timeseries"
3-
version = "0.1.12"
3+
version = "0.2.0"
44
edition.workspace = true
55
description = "Prometheus-compatible time series database built on SlateDB"
66
license = "MIT"

0 commit comments

Comments
 (0)