Skip to content

Commit

Permalink
Arrow v48
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Nov 5, 2023
1 parent 6e0d57d commit 39a90f4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 37 deletions.
62 changes: 28 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arrow-digest"
version = "47.0.0"
version = "48.0.0"
edition = "2021"
repository = "https://github.com/sergiimk/arrow-digest"
description = "Stable hashes for Apache Arrow."
Expand All @@ -10,8 +10,8 @@ license = "Apache-2.0"

[dependencies]
digest = "0.10"
arrow = { version = "47", default-features = false }
arrow = { version = "48", default-features = false }

[dev-dependencies]
sha3 = "0.10"
parquet = { version = "47", default-features = false }
parquet = { version = "48", default-features = false }

0 comments on commit 39a90f4

Please sign in to comment.