remove sp-serializer which is not useful (#14134)

* remove `sp-serializer` which is not useful

* Update primitives/core/Cargo.toml

* fix cargo.toml

* ".git/.scripts/commands/fmt/fmt.sh"

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: command-bot <>
This commit is contained in:
yjh
2023-05-14 22:32:27 +08:00
committed by GitHub
parent 44f5d8afe4
commit 8136ab981e
8 changed files with 26 additions and 99 deletions
-1
View File
@@ -56,7 +56,6 @@ sp-runtime-interface = { version = "7.0.0", default-features = false, path = "..
w3f-bls = { version = "0.1.3", default-features = false, optional = true}
[dev-dependencies]
sp-serializer = { version = "4.0.0-dev", path = "../serializer" }
rand = "0.8.5"
criterion = "0.4.0"
serde_json = "1.0"