Skip to content

Commit

Permalink
Update to 0.4.2 to match correct commit (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncpenke authored Feb 12, 2023
1 parent 9b5a9bf commit b2fd8f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions arrow2_convert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arrow2_convert"
version = "0.4.1"
version = "0.4.2"
authors = [
"Jorge Leitao <[email protected]>",
"Chandra Penke <[email protected]>",
Expand All @@ -13,12 +13,12 @@ description = "Convert between nested rust types and Arrow with arrow2"

[dependencies]
arrow2 = "0.16"
arrow2_convert_derive = { version = "0.4.1", path = "../arrow2_convert_derive", optional = true }
arrow2_convert_derive = { version = "0.4.2", path = "../arrow2_convert_derive", optional = true }
chrono = { version = "0.4", default_features = false, features = ["std"] }
err-derive = "0.3"

[dev-dependencies]
arrow2_convert_derive = { version = "0.4.1", path = "../arrow2_convert_derive" }
arrow2_convert_derive = { version = "0.4.2", path = "../arrow2_convert_derive" }
criterion = "0.4"
trybuild = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion arrow2_convert_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arrow2_convert_derive"
version = "0.4.1"
version = "0.4.2"
authors = [
"Jorge Leitao <[email protected]>",
"Chandra Penke <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
arrow2 = "0.16"
arrow2_convert = { version = "0.4.1", path = "../../arrow2_convert" }
arrow2_convert = { version = "0.4.2", path = "../../arrow2_convert" }

0 comments on commit b2fd8f8

Please sign in to comment.