瀏覽代碼

update hiring module rev

Mokhtar Naamani 5 年之前
父節點
當前提交
8f158b5d76
共有 2 個文件被更改,包括 5 次插入7 次删除
  1. 3 3
      Cargo.lock
  2. 2 4
      Cargo.toml

+ 3 - 3
Cargo.lock

@@ -1002,7 +1002,7 @@ dependencies = [
  "substrate-client 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3)",
  "substrate-consensus-babe-primitives 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3)",
  "substrate-forum-module 1.1.0 (git+https://github.com/joystream/substrate-forum-module?rev=4bdeadaadfcca1fd6e822c520f429d4beacc4c8a)",
- "substrate-hiring-module 1.0.0 (git+https://github.com/mnaamani/substrate-hiring-module?rev=504cecb1e3e312a19fcc244419905ec9ea377a4f)",
+ "substrate-hiring-module 1.0.0 (git+https://github.com/joystream/substrate-hiring-module?rev=6e9f399a94d7db7da8d0343fbcaaeecc59137001)",
  "substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3)",
  "substrate-primitives 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3)",
  "substrate-recurring-reward-module 1.0.0 (git+https://github.com/joystream/substrate-recurring-reward-module?rev=417f7bb5b82ae50f02716ac4eefa2fc7952e0f61)",
@@ -3209,7 +3209,7 @@ dependencies = [
 [[package]]
 name = "substrate-hiring-module"
 version = "1.0.0"
-source = "git+https://github.com/mnaamani/substrate-hiring-module?rev=504cecb1e3e312a19fcc244419905ec9ea377a4f#504cecb1e3e312a19fcc244419905ec9ea377a4f"
+source = "git+https://github.com/joystream/substrate-hiring-module?rev=6e9f399a94d7db7da8d0343fbcaaeecc59137001#6e9f399a94d7db7da8d0343fbcaaeecc59137001"
 dependencies = [
  "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
  "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4511,7 +4511,7 @@ dependencies = [
 "checksum substrate-finality-grandpa-primitives 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3)" = "<none>"
 "checksum substrate-forum-module 1.1.0 (git+https://github.com/joystream/substrate-forum-module?rev=4bdeadaadfcca1fd6e822c520f429d4beacc4c8a)" = "<none>"
 "checksum substrate-header-metadata 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3)" = "<none>"
-"checksum substrate-hiring-module 1.0.0 (git+https://github.com/mnaamani/substrate-hiring-module?rev=504cecb1e3e312a19fcc244419905ec9ea377a4f)" = "<none>"
+"checksum substrate-hiring-module 1.0.0 (git+https://github.com/joystream/substrate-hiring-module?rev=6e9f399a94d7db7da8d0343fbcaaeecc59137001)" = "<none>"
 "checksum substrate-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3)" = "<none>"
 "checksum substrate-keyring 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3)" = "<none>"
 "checksum substrate-offchain-primitives 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3)" = "<none>"

+ 2 - 4
Cargo.toml

@@ -280,13 +280,11 @@ git = 'https://github.com/joystream/substrate-stake-module'
 package = 'substrate-stake-module'
 rev = '0516efe9230da112bc095e28f34a3715c2e03ca8'
 
-# update to joystream upstream repo after merging of:
-# https://github.com/Joystream/substrate-hiring-module/pull/13
 [dependencies.hiring]
 default_features = false
-git = 'https://github.com/mnaamani/substrate-hiring-module'
+git = 'https://github.com/joystream/substrate-hiring-module'
 package = 'substrate-hiring-module'
-rev = '504cecb1e3e312a19fcc244419905ec9ea377a4f'
+rev = '6e9f399a94d7db7da8d0343fbcaaeecc59137001'
 
 [dependencies.versioned_store]
 default_features = false