local deps to scale-typegen for testing

This commit is contained in:
Tadeo hepperle
2024-03-21 14:28:05 +01:00
parent 888c35e49f
commit 29c43e544b
2 changed files with 5 additions and 8 deletions
Generated
+3 -6
View File
@@ -3577,22 +3577,19 @@ dependencies = [
[[package]]
name = "scale-typegen"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6108609f017741c78d35967c7afe4aeaa3999b848282581041428e10d23b63"
version = "0.3.0"
dependencies = [
"proc-macro2",
"quote",
"scale-info",
"smallvec",
"syn 2.0.48",
"thiserror",
]
[[package]]
name = "scale-typegen-description"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479f0b8b0d75cce8d284ace5a9b7f5a12c523c94387c710835695e8b194a17bb"
version = "0.3.0"
dependencies = [
"anyhow",
"peekmore",
+2 -2
View File
@@ -106,8 +106,8 @@ url = "2.5.0"
wabt = "0.10.0"
wasm-bindgen-test = "0.3.24"
which = "5.0.0"
scale-typegen-description = "0.2.0"
scale-typegen = "0.2.0"
scale-typegen-description = {path = "../scale-typegen/description"} # "0.3.0"
scale-typegen = {path = "../scale-typegen/typegen"}
strip-ansi-escapes = "0.2.0"
# Light client support: