Skip to content

Commit

Permalink
Add derive feature to serde
Browse files Browse the repository at this point in the history
  • Loading branch information
zeegomo committed Sep 6, 2023
1 parent bca27bd commit ee45660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nomos-services/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bytes = "1.2"
chrono = { version = "0.4", optional = true }
overwatch-rs = { git = "https://github.com/logos-co/Overwatch", branch = "main" }
multiaddr = "0.15"
serde = "1.0"
serde = { version = "1.0", features = ["derive"] }
sscanf = { version = "0.4", optional = true }
sled = { version = "0.34", optional = true }
tokio = { version = "1", features = ["sync"] }
Expand Down

0 comments on commit ee45660

Please sign in to comment.