From 9c55b5de2d77300a8ac3277513f4da6eb810c891 Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Fri, 17 Jul 2020 16:22:31 +0000 Subject: [PATCH] Update inl dependency to usetech in abi-gen --- --- a/smart_contract/ink-types-node-runtime/examples/calls/.ink/abi_gen/Cargo.toml +++ b/smart_contract/ink-types-node-runtime/examples/calls/.ink/abi_gen/Cargo.toml @@ -11,6 +11,6 @@ [dependencies] contract = { path = "../..", package = "calls", default-features = false, features = ["ink-generate-abi"] } -ink_lang = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_lang", default-features = false, features = ["ink-generate-abi"] } +ink_lang = { version = "2", git = "https://github.com/usetech-llc/ink", tag = "latest-v2", package = "ink_lang", default-features = false, features = ["ink-generate-abi"] } serde = "1.0.101" serde_json = "1.0.55" -- gitstuff