Skip to content

Commit

Permalink
primitives: Fix feature compilation
Browse files Browse the repository at this point in the history
Fix feature compilation for the `tendermint` feature in the
`primitives` crate.
  • Loading branch information
jsdanielh committed Sep 27, 2023
1 parent 069c5ae commit 8f2ea1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ networks = ["thiserror"]
policy = ["nimiq-keys", "num-traits", "parking_lot"]
serde-derive = ["nimiq-serde", "serde", "serde_repr"]
slots = ["nimiq-bls", "nimiq-keys", "nimiq-utils", "policy"]
tendermint = ["serde-derive"]
tendermint = ["nimiq-bls", "serde-derive"]
transaction = ["nimiq-serde", "thiserror"]
tree-proof = []
trie = ["key-nibbles", "serde-derive", "thiserror"]
Expand Down

0 comments on commit 8f2ea1f

Please sign in to comment.