Skip to content

Commit

Permalink
Build prost with no-recursion-limit feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalmos committed Dec 18, 2023
1 parent 2277b58 commit 843b396
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 @@ -203,7 +203,7 @@ rmp-serde = { version = "1.1.2", default-features = false, optional = true }
rmpv = { version = "1.0.1", default-features = false, features = ["with-serde"], optional = true }

# Prost / Protocol Buffers
prost = { version = "0.12", default-features = false, features = ["std"] }
prost = { version = "0.12", default-features = false, features = ["std", "no-recursion-limit"] }
prost-reflect = { version = "0.12", default-features = false, optional = true }
prost-types = { version = "0.12", default-features = false, optional = true }

Expand Down

0 comments on commit 843b396

Please sign in to comment.