Browse Source

Update forum dependents

Shamil Gadelshin 5 năm trước cách đây
mục cha
commit
c80b8dbff4

+ 0 - 1
Cargo.lock

@@ -3370,7 +3370,6 @@ dependencies = [
 [[package]]
 name = "substrate-forum-module"
 version = "1.1.1"
-source = "git+https://github.com/joystream/substrate-forum-module?tag=v1.1.1#5918fc90d25faeac06311b0d6b05305cbe722a27"
 dependencies = [
  "hex-literal 0.1.4",
  "parity-scale-codec",

+ 1 - 2
Cargo.toml

@@ -269,8 +269,7 @@ version = '1.0.4'
 [dependencies.forum]
 default_features = false
 package = 'substrate-forum-module'
-git = 'https://github.com/joystream/substrate-forum-module'
-tag = 'v1.1.1'
+path = 'runtime-modules/forum'
 
 [dependencies.minting]
 default_features = false

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

@@ -69,8 +69,7 @@ version = '1.0.0'
 [dependencies.forum]
 default_features = false
 package = 'substrate-forum-module'
-git = 'https://github.com/joystream/substrate-forum-module'
-tag = 'v1.1.1'
+path = '../forum'
 
 [dependencies.minting]
 default_features = false

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

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