From fdb423a7a4e1e841c89fd7b5b91526ffd4acf010 Mon Sep 17 00:00:00 2001 From: Yuanchao Sun Date: Sat, 14 Dec 2019 01:16:36 +0800 Subject: [PATCH] Update package name (#52) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0b1bdec173..b4c53a03b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ pallet-indices = { git = "https://github.com/paritytech/substrate/", package = " substrate-rpc-api = { git = "https://github.com/paritytech/substrate/", package = "sc-rpc-api" } sp-rpc = { git = "https://github.com/paritytech/substrate/", package = "sp-rpc" } sp-core = { git = "https://github.com/paritytech/substrate/", package = "sp-core" } -txpool-api = { git = "https://github.com/paritytech/substrate/", package = "sp-transaction-pool-api" } +txpool-api = { git = "https://github.com/paritytech/substrate/", package = "sp-transaction-pool" } [dev-dependencies] env_logger = "0.7"