Skip to content

Commit

Permalink
pin AVRO version in transformer to keep using rust 1.64 (due to cargo…
Browse files Browse the repository at this point in the history
…-lambda / GH build setup) (#176)

current nightly release broken due to this issue, fix
  • Loading branch information
shaeqahmed authored Aug 19, 2023
1 parent 3a4967d commit d399327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rust/transformer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ arrow2 = { git = "https://github.com/jorgecarleitao/arrow2", features = [
"io_json",
] }
indexmap = "1.9.1"
apache-avro = { git = "https://github.com/apache/avro.git", features = [
apache-avro = { git = "https://github.com/apache/avro.git", rev = "05099c3", features = [
"zstandard",
"snappy",
] }
Expand Down

0 comments on commit d399327

Please sign in to comment.