Skip to content

Commit

Permalink
Bump up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Swoorup committed Mar 29, 2024
1 parent 5ed817c commit a44daa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
]

[workspace.package]
version = "0.6.2"
version = "0.6.3"
authors = [
"Swoorup Joshi <[email protected]>",
"Jorge Leitao <[email protected]>",
Expand All @@ -20,8 +20,8 @@ repository = "https://github.com/Swoorup/arrow-convert"

[workspace.dependencies]
# workspace crates
arrow_convert = { path = "arrow_convert", version = "0.6.2" }
arrow_convert_derive = { path = "arrow_convert_derive", version = "0.6.2" }
arrow_convert = { path = "arrow_convert", version = "0.6.3" }
arrow_convert_derive = { path = "arrow_convert_derive", version = "0.6.3" }

arrow = "51.0"
chrono = { version = "0.4", default-features = false }
Expand Down

0 comments on commit a44daa8

Please sign in to comment.