Skip to content

Commit 0a567e6

Browse files
committed
chore: bump to 0.3.0
1 parent 6993b70 commit 0a567e6

File tree

4 files changed

+10
-16
lines changed

4 files changed

+10
-16
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
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.2.0"
11+
version = "0.3.0"
1212

1313
[package.metadata]
1414
msrv = "1.79.0"
@@ -105,7 +105,7 @@ parquet-lru = { version = "0.2.0", path = "parquet-lru" }
105105
pin-project-lite = "0.2"
106106
thiserror = "2.0.3"
107107
tokio = { version = "1", features = ["io-util"], default-features = false }
108-
tonbo_macros = { version = "0.2.0", path = "tonbo_macros" }
108+
tonbo_macros = { version = "0.3.0", path = "tonbo_macros" }
109109
tracing = "0.1"
110110
ulid = { version = "1", features = ["serde"] }
111111

bindings/js/Cargo.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2+
edition = "2021"
23
name = "tonbo-js"
34
version = "0.1.0"
4-
edition = "2021"
55

66
[lib]
77
crate-type = ["cdylib", "rlib"]
@@ -10,17 +10,14 @@ crate-type = ["cdylib", "rlib"]
1010

1111
[dependencies]
1212

13-
fusio = { version = "0.3.5", package = "fusio", features = [
14-
"aws",
15-
"opfs",
16-
] }
13+
fusio = { version = "0.3.5", package = "fusio", features = ["aws", "opfs"] }
1714
fusio-dispatch = { version = "0.3.5", package = "fusio-dispatch", features = [
1815
"aws",
1916
"opfs",
2017
] }
2118
futures = { version = "0.3" }
2219
js-sys = { version = "0.3.72" }
23-
tonbo = { version = "0.2.0", path = "../../", default-features = false, features = [
20+
tonbo = { version = "0.3.0", path = "../../", default-features = false, features = [
2421
"bytes",
2522
"wasm",
2623
] }
@@ -33,8 +30,8 @@ wasm-streams = "0.4.2"
3330
wasm-bindgen = "0.2.95"
3431
wasm-bindgen-futures = { version = "0.4.45" }
3532
wasm-bindgen-test = "0.3.9"
36-
web-sys = { version = "0.3", features = ["console"] }
3733
wasm-streams = "0.4.2"
34+
web-sys = { version = "0.3", features = ["console"] }
3835

3936
[package.metadata.wasm-pack.profile.release]
40-
wasm-opt = false
37+
wasm-opt = false

bindings/python/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ crate-type = ["cdylib"]
99
[workspace]
1010

1111
[dependencies]
12-
fusio = { version = "0.3.5", package = "fusio", features = [
13-
"aws",
14-
"tokio",
15-
] }
12+
fusio = { version = "0.3.5", package = "fusio", features = ["aws", "tokio"] }
1613
fusio-dispatch = { version = "0.3.5", package = "fusio-dispatch", features = [
1714
"aws",
1815
"tokio",
@@ -27,4 +24,4 @@ pyo3-asyncio = { package = "pyo3-asyncio-0-21", version = "0.21", features = [
2724
"tokio-runtime",
2825
] }
2926
tokio = { version = "1", features = ["rt-multi-thread"] }
30-
tonbo = { version = "0.2.0", path = "../../" }
27+
tonbo = { version = "0.3.0", path = "../../" }

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.2.0"
7+
version = "0.3.0"
88

99
[dependencies]
1010
darling = "0.20"

0 commit comments

Comments
 (0)