Browse Source

Update token-minting dependency

Shamil Gadelshin 5 years ago
parent
commit
d6006ace28
3 changed files with 24 additions and 7 deletions
  1. 22 3
      Cargo.lock
  2. 1 2
      Cargo.toml
  3. 1 2
      runtime-modules/content-working-group/Cargo.toml

+ 22 - 3
Cargo.lock

@@ -1085,7 +1085,7 @@ dependencies = [
  "substrate-session",
  "substrate-stake-module",
  "substrate-storage-module",
- "substrate-token-mint-module",
+ "substrate-token-mint-module 1.0.1",
  "substrate-versioned-store",
  "substrate-versioned-store-permissions-module",
  "substrate-wasm-builder-runner",
@@ -3304,7 +3304,7 @@ dependencies = [
  "substrate-primitives",
  "substrate-recurring-reward-module",
  "substrate-stake-module",
- "substrate-token-mint-module",
+ "substrate-token-mint-module 1.0.1",
  "substrate-versioned-store",
  "substrate-versioned-store-permissions-module",
 ]
@@ -3579,7 +3579,7 @@ dependencies = [
  "srml-support-procedural",
  "srml-system",
  "srml-timestamp",
- "substrate-token-mint-module",
+ "substrate-token-mint-module 1.0.1 (git+https://github.com/joystream/substrate-token-minting-module/?tag=v1.0.1)",
 ]
 
 [[package]]
@@ -3728,6 +3728,25 @@ dependencies = [
  "srml-timestamp",
 ]
 
+[[package]]
+name = "substrate-token-mint-module"
+version = "1.0.1"
+dependencies = [
+ "hex-literal 0.1.4",
+ "parity-scale-codec",
+ "quote 0.6.13",
+ "serde",
+ "serde_derive",
+ "sr-io",
+ "sr-primitives",
+ "sr-std",
+ "srml-balances",
+ "srml-support",
+ "srml-support-procedural",
+ "srml-system",
+ "srml-timestamp",
+]
+
 [[package]]
 name = "substrate-trie"
 version = "2.0.0"

+ 1 - 2
Cargo.toml

@@ -275,8 +275,7 @@ tag = 'v1.1.1'
 [dependencies.minting]
 default_features = false
 package = 'substrate-token-mint-module'
-git = 'https://github.com/joystream/substrate-token-minting-module/'
-tag = 'v1.0.1'
+path = 'runtime-modules/token-minting'
 
 [dependencies.stake]
 default_features = false

+ 1 - 2
runtime-modules/content-working-group/Cargo.toml

@@ -75,8 +75,7 @@ tag = 'v1.1.1'
 [dependencies.minting]
 default_features = false
 package = 'substrate-token-mint-module'
-git = 'https://github.com/joystream/substrate-token-minting-module/'
-tag = 'v1.0.1'
+path = '../token-minting'
 
 [dependencies.stake]
 default_features = false