Skip to content

Commit

Permalink
Update p2p version dependency on stronghold-derive to "0.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
vuongDang committed Jul 6, 2022
1 parent 16ada82 commit 6a1c212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/Cargo.toml
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 6a1c212

Please sign in to comment.