Skip to content

Commit

Permalink
Arrow v46
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Aug 25, 2023
1 parent 765dba0 commit 6ea7ed4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
51 changes: 26 additions & 25 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 = "45.0.0"
version = "46.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 = "45", default-features = false }
arrow = { version = "46", default-features = false }

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

0 comments on commit 6ea7ed4

Please sign in to comment.