Skip to content

Commit

Permalink
Add std feature to prost dependency
Browse files Browse the repository at this point in the history
Since we're not supporting `no_std` crates, we should enable the `std`
feature by default.
  • Loading branch information
stefanvanburen committed Jul 12, 2024
1 parent 7b2f768 commit 990ad1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/community/neoeinstein-prost/v0.3.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ registry:
- name: "prost"
req: "0.12.3"
default_features: false
features: ["std"]
# prost-types is necessary for any module using the WKTs.
- name: "prost-types"
req: "0.12.3"
Expand Down

0 comments on commit 990ad1e

Please sign in to comment.