Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
added missing pkg: serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3700 committed Jan 31, 2024
1 parent 68f413a commit a9826fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulsar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ owo-colors = "3.5.0"
rand = "0.8.5"
serde = "1"
serde_derive = "1"
serde_json = "1.0.113"
single-instance = "0.3.3"
sp-core = { version = "21.0.0", git = "https://github.com/subspace/polkadot-sdk", rev = "c63a8b28a9fd26d42116b0dcef1f2a5cefb9cd1c", features = ["full_crypto"] }
strum = "0.24.1"
Expand Down

0 comments on commit a9826fa

Please sign in to comment.