Skip to content

Commit

Permalink
Revert "unify avro dep"
Browse files Browse the repository at this point in the history
This reverts commit 5d5e186.
  • Loading branch information
xxchan committed Sep 9, 2023
1 parent c043546 commit 8526222
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
38 changes: 32 additions & 6 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,3 @@ tokio-retry = { git = "https://github.com/madsim-rs/rust-tokio-retry.git", rev =
tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = "4538cd6" }
# patch: unlimit 4MB message size for grpc client
etcd-client = { git = "https://github.com/risingwavelabs/etcd-client.git", rev = "d55550a" }
apache-avro = { git = "https://github.com/risingwavelabs/avro", branch = "idx0dev/resolved_schema" }
2 changes: 1 addition & 1 deletion src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ normal = ["workspace-hack"]

[dependencies]
anyhow = "1"
apache-avro = { version = "0.15", features = [
apache-avro = { git = "https://github.com/risingwavelabs/avro", branch = "idx0dev/resolved_schema", features = [
"snappy",
"zstandard",
"bzip",
Expand Down

0 comments on commit 8526222

Please sign in to comment.