Skip to content

Commit

Permalink
Build break fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mskrzypkows committed Oct 22, 2024
1 parent fa5bd88 commit b3d7243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tokio = { version = "1.38", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3"
jsonrpsee = { version = "0.24", features = ["http-client", "server"] }
serde = { version = "1.0", features = ["derive"] }
serde = { version = "=1.0.210", features = ["derive"] } # TODO: 1.0.211 breaks build, check next versions
serde_json = "1.0"
lazy_static = "1.4"
anyhow = "1.0.86"
Expand Down

0 comments on commit b3d7243

Please sign in to comment.