Remove unused dependencies (#14464)

This commit is contained in:
Sebastian Kunert
2023-06-27 15:33:42 +02:00
committed by GitHub
parent 5d8774016c
commit ede49c7ae6
44 changed files with 0 additions and 201 deletions
@@ -17,5 +17,4 @@ sp-api = { version = "4.0.0-dev", path = "../../api" }
sp-application-crypto = { version = "23.0.0", path = "../" }
sp-core = { version = "21.0.0", default-features = false, path = "../../core" }
sp-keystore = { version = "0.27.0", default-features = false, path = "../../keystore" }
sp-runtime = { version = "24.0.0", path = "../../runtime" }
substrate-test-runtime-client = { version = "2.0.0", path = "../../../test-utils/runtime/client" }