Skip to content

Commit

Permalink
vendored protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka committed Nov 6, 2024
1 parent 91a58f9 commit 5fd56c6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 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 src/spark-connect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[dependencies]
prost = "0.13.3"
prost-wkt-types = "0.6.0"
prost-wkt-types = {version = "0.6.0", features = ["vendored-protoc"]}
serde = {workspace = true, features = ["derive"]}
tonic = "0.12.3"

Expand Down

0 comments on commit 5fd56c6

Please sign in to comment.