Skip to content

Commit

Permalink
chore(deps): remove prost-derive dep by turning on the 'derive' feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Oct 7, 2024
1 parent f86154a commit a4a2abe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ cfb-mode = { version = "0.8", optional = true }
ofb = { version = "0.6", optional = true }

# Protobuf support.
prost = { version = "0.13", default-features = false, optional = true, features = ["std"]}
prost = { version = "0.13", default-features = false, optional = true, features = ["std", "derive"]}
prost-reflect = { version = "0.14", default-features = false, optional = true}

# Dependencies used for non-WASM
Expand Down

0 comments on commit a4a2abe

Please sign in to comment.