Skip to content

Commit ee718e3

Browse files
crwenethe
authored andcommitted
chore: bump tonbo to 0.3.2
1 parent 4614656 commit ee718e3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
name = "tonbo"
99
readme = "README.md"
1010
resolver = "2"
11-
version = "0.3.1"
11+
version = "0.3.2"
1212

1313
[package.metadata]
1414
msrv = "1.79.0"

bindings/js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
1111
[dependencies]
1212
futures = { version = "0.3" }
1313
js-sys = { version = "0.3.72" }
14-
tonbo = { version = "0.3.1", path = "../../", default-features = false, features = [
14+
tonbo = { version = "0.3.2", path = "../../", default-features = false, features = [
1515
"bytes",
1616
"wasm",
1717
] }

bindings/python/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "tonbo-python"
4-
version = "0.1.0"
4+
version = "0.2.0"
55
license = "Apache-2.0"
66
repository = "https://github.com/tonbo-io/tonbo"
77
readme = "README.md"
@@ -22,4 +22,4 @@ pyo3-asyncio = { package = "pyo3-asyncio-0-21", version = "0.21", features = [
2222
"tokio-runtime",
2323
] }
2424
tokio = { version = "1", features = ["rt-multi-thread"] }
25-
tonbo = { version = "0.3.1", path = "../../" }
25+
tonbo = { version = "0.3.2", path = "../../" }

parquet-lru/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ documentation = "https://docs.rs/parquet-lru"
44
edition = "2021"
55
license = "Apache-2.0"
66
name = "parquet-lru"
7-
version = "0.3.0"
7+
version = "0.3.2"
88

99
[package.metadata.docs.rs]
1010
all-features = true

tonbo_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ documentation = "https://docs.rs/tonbo_macros"
44
edition = "2021"
55
license = "Apache-2.0"
66
name = "tonbo_macros"
7-
version = "0.3.1"
7+
version = "0.3.2"
88

99
[dependencies]
1010
darling = "0.20"

0 commit comments

Comments
 (0)