diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ab7d7e23ac2351bef04613b8bd1d99c5f7354a3f..f6b6ad403d03e25c50a614ea729bd188974943d7 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -28,7 +28,7 @@ pwasm-utils = "0.11.0" parity-wasm = "0.40.2" cargo_metadata = "0.8.2" substrate-primitives = { git = "https://github.com/paritytech/substrate/", package = "substrate-primitives" } -subxt = { git = "https://github.com/paritytech/substrate-subxt/", package = "substrate-subxt" } +subxt = { git = "https://github.com/paritytech/substrate-subxt/", branch = "v0.1", package = "substrate-subxt" } tokio = "0.1.21" url = "1.7"