Browse Source

Update hiring dependencies

Shamil Gadelshin 5 years ago
parent
commit
d6e5a0bbf0
4 changed files with 3 additions and 6 deletions
  1. 0 1
      Cargo.lock
  2. 1 2
      Cargo.toml
  3. 1 2
      runtime-modules/content-working-group/Cargo.toml
  4. 1 1
      runtime-modules/hiring/Cargo.toml

+ 0 - 1
Cargo.lock

@@ -3416,7 +3416,6 @@ dependencies = [
 [[package]]
 name = "substrate-hiring-module"
 version = "1.0.1"
-source = "git+https://github.com/Joystream/substrate-hiring-module?tag=v1.0.1#e387af033fb0e81c66d487bdec445153b0fe3cdf"
 dependencies = [
  "hex-literal 0.1.4",
  "parity-scale-codec",

+ 1 - 2
Cargo.toml

@@ -293,8 +293,7 @@ tag = 'v1.0.1'
 [dependencies.hiring]
 default_features = false
 package = 'substrate-hiring-module'
-git = 'https://github.com/Joystream/substrate-hiring-module'
-tag = 'v1.0.1'
+path = 'runtime-modules/hiring'
 
 [dependencies.versioned_store]
 default_features = false

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

@@ -93,8 +93,7 @@ tag = 'v1.0.1'
 [dependencies.hiring]
 default_features = false
 package = 'substrate-hiring-module'
-git = 'https://github.com/Joystream/substrate-hiring-module'
-tag = 'v1.0.1'
+path = '../hiring'
 
 [dependencies.versioned_store]
 default_features = false

+ 1 - 1
runtime-modules/hiring/Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 name = 'substrate-hiring-module'
 version = '1.0.1'
-authors = ['Bedeho Mender <bedeho@protonmail.com>']
+authors = ['Joystream contributors']
 edition = '2018'
 
 [dependencies]