Skip to content

Commit

Permalink
build: bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan committed Jul 15, 2024
1 parent a5321c9 commit 2c84570
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.0-rc.2"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.75.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/datafusion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
hudi-core = { version = "0.1.0-rc.2", path = "../core" }
hudi-core = { version = "0.1.0", path = "../core" }
# arrow
arrow-schema = { workspace = true }

Expand Down
4 changes: 2 additions & 2 deletions crates/hudi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
hudi-core = { version = "0.1.0-rc.2", path = "../core" }
hudi-datafusion = { version = "0.1.0-rc.2", path = "../datafusion", optional = true }
hudi-core = { version = "0.1.0", path = "../core" }
hudi-datafusion = { version = "0.1.0", path = "../datafusion", optional = true }

[features]
datafusion = [
Expand Down

0 comments on commit 2c84570

Please sign in to comment.