Rename: srml-contract → srml-contracts (#2905)

* srml-contract → srml-contracts

* Trim.

* Bump version
This commit is contained in:
Sergei Pepyakin
2019-06-19 15:26:33 +02:00
committed by Bastian Köcher
parent 37acb90847
commit 828485ec08
23 changed files with 102 additions and 50 deletions
+3 -3
View File
@@ -2178,7 +2178,7 @@ dependencies = [
"sr-io 2.0.0",
"sr-primitives 2.0.0",
"srml-balances 2.0.0",
"srml-contract 2.0.0",
"srml-contracts 2.0.0",
"srml-grandpa 2.0.0",
"srml-indices 2.0.0",
"srml-session 2.0.0",
@@ -2238,7 +2238,7 @@ dependencies = [
"sr-version 2.0.0",
"srml-aura 2.0.0",
"srml-balances 2.0.0",
"srml-contract 2.0.0",
"srml-contracts 2.0.0",
"srml-council 2.0.0",
"srml-democracy 2.0.0",
"srml-executive 2.0.0",
@@ -3499,7 +3499,7 @@ dependencies = [
]
[[package]]
name = "srml-contract"
name = "srml-contracts"
version = "2.0.0"
dependencies = [
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",