Skip to content

Commit

Permalink
try cmake?
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Oct 29, 2024
1 parent 2ac2629 commit 81a49dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ arrow-ord = { workspace = true }

apache-avro = { workspace = true }
base64 = { workspace = true }
rdkafka = { workspace = true }
rdkafka = { workspace = true, features = ["cmake-build"] }
futures = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
Expand Down

0 comments on commit 81a49dc

Please sign in to comment.