|
@@ -1,6 +1,6 @@
|
|
[package]
|
|
[package]
|
|
name = 'substrate-versioned-store-permissions-module'
|
|
name = 'substrate-versioned-store-permissions-module'
|
|
-version = '1.0.0'
|
|
|
|
|
|
+version = '1.0.1'
|
|
authors = ['Mokhtar Naamani <mokhtar.naamani@gmail.com>']
|
|
authors = ['Mokhtar Naamani <mokhtar.naamani@gmail.com>']
|
|
edition = '2018'
|
|
edition = '2018'
|
|
|
|
|
|
@@ -16,14 +16,14 @@ 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'}
|
|
system = { package = 'srml-system', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|
|
timestamp = { package = 'srml-timestamp', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|
|
timestamp = { package = 'srml-timestamp', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|
|
runtime-io = { package = 'sr-io', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|
|
runtime-io = { package = 'sr-io', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|
|
-#https://users.rust-lang.org/t/failure-derive-compilation-error/39062
|
|
|
|
-quote = '=1.0.2'
|
|
|
|
|
|
+# https://users.rust-lang.org/t/failure-derive-compilation-error/39062
|
|
|
|
+quote = '<=1.0.2'
|
|
|
|
|
|
[dependencies.versioned-store]
|
|
[dependencies.versioned-store]
|
|
default_features = false
|
|
default_features = false
|
|
package ='substrate-versioned-store'
|
|
package ='substrate-versioned-store'
|
|
git = 'https://github.com/joystream/substrate-versioned-store-module'
|
|
git = 'https://github.com/joystream/substrate-versioned-store-module'
|
|
-tag = "v1.0.0"
|
|
|
|
|
|
+tag = "v1.0.1"
|
|
|
|
|
|
[dev-dependencies]
|
|
[dev-dependencies]
|
|
runtime-io = { package = 'sr-io', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|
|
runtime-io = { package = 'sr-io', default-features = false, git = 'https://github.com/paritytech/substrate.git', rev = 'c37bb08535c49a12320af7facfd555ce05cce2e8'}
|