Skip to content

Commit

Permalink
update new arrow-buffer crate to 23.0.0 (#2748)
Browse files Browse the repository at this point in the history
* update new `arrow-buffer` crate to 23.0.0

* Update dependency
  • Loading branch information
alamb committed Sep 16, 2022
1 parent 1da2bfb commit 5a55406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arrow-buffer/Cargo.toml
Expand Up @@ -17,7 +17,7 @@

[package]
name = "arrow-buffer"
version = "22.0.0"
version = "23.0.0"
description = "Buffer abstractions for Apache Arrow"
homepage = "https://github.com/apache/arrow-rs"
repository = "https://github.com/apache/arrow-rs"
Expand Down
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Expand Up @@ -44,7 +44,7 @@ ahash = { version = "0.8", default-features = false, features = ["compile-time-r
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }

[dependencies]
arrow-buffer = { path = "../arrow-buffer", version = "22.0.0" }
arrow-buffer = { path = "../arrow-buffer", version = "23.0.0" }

serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
serde_json = { version = "1.0", default-features = false, features = ["std"], optional = true }
Expand Down

0 comments on commit 5a55406

Please sign in to comment.