Skip to content

Commit

Permalink
fix serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Oct 2, 2024
1 parent 90a4117 commit 6a3c2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/slot-hashes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ solana-hash = { workspace = true, default-features = false }
solana-sha256-hasher = { workspace = true }

[features]
serde = ["dep:serde", "dep:serde_derive"]
serde = ["dep:serde", "dep:serde_derive", "solana-hash/serde"]

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

0 comments on commit 6a3c2fc

Please sign in to comment.