Update package name (#52)

This commit is contained in:
Yuanchao Sun
2019-12-14 01:16:36 +08:00
committed by Andrew Jones
parent 625621e6ab
commit fdb423a7a4
+1 -1
View File
@@ -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"