Diener workspacify

Signed-off-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
alvicsam
2023-08-25 11:05:17 +02:00
parent 8ba894c0bc
commit f441a5fc93
422 changed files with 5044 additions and 4598 deletions
+4 -4
View File
@@ -20,10 +20,10 @@ parity-wasm = { version = "0.45", optional = true }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"], optional = true }
thiserror = { version = "1.0.30", optional = true }
sp-core-hashing-proc-macro = { version = "9.0.0", path = "../core/hashing/proc-macro" }
sp-runtime = { version = "24.0.0", default-features = false, path = "../runtime" }
sp-std = { version = "8.0.0", default-features = false, path = "../std" }
sp-version-proc-macro = { version = "8.0.0", default-features = false, path = "proc-macro" }
sp-core-hashing-proc-macro = { path = "../core/hashing/proc-macro" }
sp-runtime = { path = "../runtime", default-features = false}
sp-std = { path = "../std", default-features = false}
sp-version-proc-macro = { path = "proc-macro", default-features = false}
[features]
default = [ "std" ]
@@ -22,4 +22,4 @@ quote = "1.0.28"
syn = { version = "2.0.16", features = ["full", "fold", "extra-traits", "visit"] }
[dev-dependencies]
sp-version = { version = "22.0.0", path = ".." }
sp-version = { path = ".." }