Skip to content

Commit

Permalink
fix: enable std with jwt (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Oct 26, 2024
1 parent fd62995 commit ea5eb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc-types-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jsonwebtoken = { workspace = true, optional = true }
default = ["jwt", "std", "serde"]
std = ["alloy-consensus/std", "derive_more/std", "strum/std"]
serde = ["dep:serde", "dep:alloy-serde"]
jwt = ["dep:jsonwebtoken", "dep:rand"]
jwt = ["std", "dep:jsonwebtoken", "dep:rand"]
jsonrpsee-types = ["dep:jsonrpsee-types"]
ssz = ["std", "dep:ethereum_ssz", "dep:ethereum_ssz_derive", "alloy-eips/ssz"]
kzg = ["alloy-consensus/kzg"]
Expand Down

0 comments on commit ea5eb7d

Please sign in to comment.