|
@@ -15,7 +15,7 @@ srml-support-procedural = { package = 'srml-support-procedural', git = 'https://
|
|
|
system = { package = 'srml-system', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|
|
|
balances = { package = 'srml-balances', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|
|
|
codec = { package = 'parity-scale-codec', version = '1.0.0', default-features = false, features = ['derive'] }
|
|
|
-mockall = {version = "0.6.0", optional = true}
|
|
|
+mockall = {version = "0.7.1", optional = true}
|
|
|
# https://users.rust-lang.org/t/failure-derive-compilation-error/39062
|
|
|
quote = '<=1.0.2'
|
|
|
|
|
@@ -39,7 +39,7 @@ rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'
|
|
|
[dev-dependencies]
|
|
|
runtime-io = { package = 'sr-io', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|
|
|
primitives = { package = 'substrate-primitives', git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|
|
|
-mockall = "0.6.0"
|
|
|
+mockall = "0.7.1"
|
|
|
|
|
|
|
|
|
[features]
|