Skip to content

Commit da22088

Browse files
committed
Fix use of serde_derive
1 parent c51469c commit da22088

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

strict_encoding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ed25519-dalek = { version = "1.0", optional = true }
2828
lnpbp_secp256k1zkp = { version = "0.9.0-alpha.1", optional = true }
2929
chrono = { version = "0.4", optional = true }
3030
half = { version = "2.1", optional = true }
31-
serde = { version = "1.0", optional = true }
31+
serde = { version = "1.0", features = ["derive"], optional = true }
3232
monero = { version = "0.18", optional = true }
3333

3434
[dev-dependencies]

0 commit comments

Comments
 (0)