Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
use icelake avro instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ZENOTME committed Dec 26, 2023
1 parent 949dda7 commit 37bfd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolver = "2"
[workspace.dependencies]
anyhow = "1"
async-trait = "0.1"
apache-avro = { version = "0.15", features = ["derive"] }
apache-avro = { git = "https://github.com/icelake-io/avro", branch = "fix_custom_attr" , features = ["derive"] }
arrow-array = { version = ">=48" }
arrow-schema = { version = ">=48" }
arrow-select = { version = ">=48" }
Expand Down

0 comments on commit 37bfd36

Please sign in to comment.