Browse Source

Merge pull request #29 from Joystream/quote-patch

Update Cargo.toml
Mokhtar Naamani 5 years ago
parent
commit
e387af033f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Cargo.toml

+ 4 - 4
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = 'substrate-hiring-module'
-version = '1.0.0'
+version = '1.0.1'
 authors = ['Bedeho Mender <bedeho@protonmail.com>']
 edition = '2018'
 
@@ -16,14 +16,14 @@ system = { package = 'srml-system', default-features = false, git = 'https://git
 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}
-#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.stake]
 default_features = false
 git = 'https://github.com/joystream/substrate-stake-module'
 package = 'substrate-stake-module'
-tag = 'v1.0.0'
+tag = 'v1.0.1'
 
 [dependencies.timestamp]
 default_features = false