Skip to content

Commit ec26115

Browse files
committed
[release] update version from 0.1.0 to 0.1.0-incbating
1 parent eae7b20 commit ec26115

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ homepage = "https://fluss.apache.org/"
2424
license = "Apache-2.0"
2525
repository = "https://github.com/apache/fluss-rust"
2626
rust-version = "1.85"
27-
version = "0.1.0"
27+
version = "0.1.0-incbating"
2828
keywords = ["fluss", "streaming-storage", "datalake"]
2929

3030
[workspace]
3131
resolver = "2"
3232
members = ["crates/fluss", "crates/examples", "bindings/python", "bindings/cpp"]
3333

3434
[workspace.dependencies]
35-
fluss = { package = "fluss-rs", version = "0.1.0", path = "crates/fluss", features = ["storage-all"] }
35+
fluss = { package = "fluss-rs", version = "0.1.0-incbating", path = "crates/fluss", features = ["storage-all"] }
3636
tokio = { version = "1.44.2", features = ["full"] }
3737
clap = { version = "4.5.37", features = ["derive"] }
3838
arrow = { version = "57.0.0", features = ["ipc_compression"] }

0 commit comments

Comments
 (0)