This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 3c763d0 Revert "Bump version to 0.2.0"
3c763d0 is described below
commit 3c763d0d1b382ac80cd1401e14bcc32c1faf9543
Author: luoyuxia <[email protected]>
AuthorDate: Fri Mar 20 16:02:48 2026 +0800
Revert "Bump version to 0.2.0"
This reverts commit c61e1ee6237bcdb70d712481642280890bf7010a.
---
Cargo.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index 5848977..77d7140 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ homepage = "https://fluss.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/fluss-rust"
rust-version = "1.85"
-version = "0.2.0"
+version = "0.1.0"
keywords = ["fluss", "streaming-storage", "datalake"]
[workspace]
@@ -32,7 +32,7 @@ resolver = "2"
members = ["crates/fluss", "crates/examples", "bindings/python",
"bindings/cpp"]
[workspace.dependencies]
-fluss = { package = "fluss-rs", version = "0.2.0", path = "crates/fluss",
features = ["storage-all"] }
+fluss = { package = "fluss-rs", version = "0.1.0", path = "crates/fluss",
features = ["storage-all"] }
tokio = { version = "1.44.2", features = ["full"] }
clap = { version = "4.5.37", features = ["derive"] }
arrow = { version = "57.0.0", features = ["ipc_compression"] }