From 29c43e544b68ac4dc007bd9e2f7bdea88c0cf7c3 Mon Sep 17 00:00:00 2001 From: Tadeo hepperle Date: Thu, 21 Mar 2024 14:28:05 +0100 Subject: [PATCH] local deps to scale-typegen for testing --- Cargo.lock | 9 +++------ Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8964f5f4f..134b7a12e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index fed7f01acb..3956b8d2ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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: