Skip to content

Commit

Permalink
fix: fix recursion limit reached decode error (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuliquan authored Aug 16, 2024
1 parent 7f4d5c0 commit ba32690
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 @@ -51,7 +51,7 @@ deltalake = { version = "0.18.2" }
cornucopia = { version = "0.9.0" }
cornucopia_async = {version = "0.6.0"}
deadpool-postgres = "0.12"
prost = "0.12"
prost = { version = "0.12", features = ["no-recursion-limit"] }
prost-reflect = "0.12.0"
prost-build = {version = "0.12" }
prost-types = "0.12"
Expand Down

0 comments on commit ba32690

Please sign in to comment.