File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ members = [
2323resolver = " 2"
2424
2525[workspace .package ]
26- version = " 0.3.0-rc.1 "
26+ version = " 0.3.0"
2727edition = " 2021"
2828license = " Apache-2.0"
2929rust-version = " 1.81"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ homepage.workspace = true
2828repository.workspace = true
2929
3030[dependencies ]
31- hudi-core = { version = " 0.3.0-rc.1 " , path = " ../core" , features = [" datafusion" ] }
31+ hudi-core = { version = " 0.3.0" , path = " ../core" , features = [" datafusion" ] }
3232# arrow
3333arrow = { workspace = true }
3434arrow-arith = { workspace = true }
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ homepage.workspace = true
2828repository.workspace = true
2929
3030[dependencies ]
31- hudi-core = { version = " 0.3.0-rc.1 " , path = " ../core" }
32- hudi-datafusion = { version = " 0.3.0-rc.1 " , path = " ../datafusion" , optional = true }
31+ hudi-core = { version = " 0.3.0" , path = " ../core" }
32+ hudi-datafusion = { version = " 0.3.0" , path = " ../datafusion" , optional = true }
3333
3434[features ]
3535datafusion = [
You can’t perform that action at this time.
0 commit comments