Skip to content

Commit

Permalink
fix: pull up version dependency of derive in p2p
Browse files Browse the repository at this point in the history
  • Loading branch information
felsweg-iota committed Jun 1, 2022
1 parent a2d3ec1 commit 641b258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pin-project = "1.0.8"
serde = { version = "1.0", default-features = false, features = [ "alloc", "derive" ] }
serde_json = { version = "1.0", default-features = false, features = [ "alloc" ] }
smallvec = { version = "1.6.1", features = [ "serde" ] }
stronghold-derive = { path = "../derive", version = "0.2" }
stronghold-derive = { path = "../derive", version = "0.3" }
thiserror = "1.0.30"
tokio = { version = "1.10", default-features = false, features = [ "rt", "sync" ] }
wasm-timer = "0.2.5"
Expand Down

0 comments on commit 641b258

Please sign in to comment.