Skip to content

Commit

Permalink
latest cargo-chef
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaamani committed May 2, 2023
1 parent 3887173 commit 5a9daad
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 36 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/utils/call-sizes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ pallet-constitution = { package = 'pallet-constitution', default-features = fals
staking-handler = { package = 'pallet-staking-handler', default-features = false, path = '../../../runtime-modules/staking-handler'}
bounty = { package = 'pallet-bounty', default-features = false, path = '../../../runtime-modules/bounty'}
content = { package = 'pallet-content', default-features = false, path = '../../../runtime-modules/content'}
joystream-utility = { package = 'pallet-utility', default-features = false, path = '../../../runtime-modules/utility'}
joystream-utility = { package = 'pallet-joystream-utility', default-features = false, path = '../../../runtime-modules/utility'}
project-token = { package = 'pallet-project-token', default-features = false, path = '../../../runtime-modules/project-token'}
4 changes: 1 addition & 3 deletions joystream-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ RUN rustup default nightly-2022-11-15
RUN rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15
RUN rustup component add --toolchain nightly-2022-11-15 clippy
RUN rustup install nightly
# Temporary build fix by using older version of cargo-chef
# https://github.com/Joystream/joystream/issues/4745
RUN cargo +nightly install cargo-chef@0.1.57
RUN cargo +nightly install cargo-chef@0.1.59 --locked

FROM rust AS planner
LABEL description="Cargo chef prepare"
Expand Down
2 changes: 1 addition & 1 deletion runtime-modules/utility/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = 'pallet-utility'
name = 'pallet-joystream-utility'
version = '2.0.0'
authors = ['Joystream contributors']
edition = '2018'
Expand Down
4 changes: 2 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pallet-staking = { package = 'pallet-staking', default-features = false, git = '
pallet-timestamp = { package = 'pallet-timestamp', default-features = false, git = 'https://github.com/joystream/substrate.git', rev = '50cf239147a6f569e563bcadec6c7a1c5ad5c67e'}
pallet-balances = { package = 'pallet-balances', default-features = false, git = 'https://github.com/joystream/substrate.git', rev = '50cf239147a6f569e563bcadec6c7a1c5ad5c67e'}
pallet-im-online = { package = 'pallet-im-online', default-features = false, git = 'https://github.com/joystream/substrate.git', rev = '50cf239147a6f569e563bcadec6c7a1c5ad5c67e'}
substrate-utility = { package = 'pallet-utility', version = "4.0.0-dev", default-features = false, git = 'https://github.com/joystream/substrate.git', rev = '50cf239147a6f569e563bcadec6c7a1c5ad5c67e'}
substrate-utility = { package = 'pallet-utility', default-features = false, git = 'https://github.com/joystream/substrate.git', rev = '50cf239147a6f569e563bcadec6c7a1c5ad5c67e'}
pallet-vesting = { package = 'pallet-vesting', default-features = false, git = 'https://github.com/joystream/substrate', rev = '50cf239147a6f569e563bcadec6c7a1c5ad5c67e' }
pallet-multisig = { package = 'pallet-multisig', default-features = false, git = 'https://github.com/joystream/substrate.git', rev = '50cf239147a6f569e563bcadec6c7a1c5ad5c67e'}
pallet-staking-runtime-api = { package = 'pallet-staking-runtime-api', default-features = false, git = 'https://github.com/joystream/substrate.git', rev = '50cf239147a6f569e563bcadec6c7a1c5ad5c67e'}
Expand Down Expand Up @@ -90,7 +90,7 @@ pallet-constitution = { package = 'pallet-constitution', default-features = fals
staking-handler = { package = 'pallet-staking-handler', default-features = false, path = '../runtime-modules/staking-handler'}
bounty = { package = 'pallet-bounty', default-features = false, path = '../runtime-modules/bounty'}
content = { package = 'pallet-content', default-features = false, path = '../runtime-modules/content'}
joystream-utility = { package = 'pallet-utility', default-features = false, path = '../runtime-modules/utility'}
joystream-utility = { package = 'pallet-joystream-utility', default-features = false, path = '../runtime-modules/utility'}
project-token = { package = 'pallet-project-token', default-features = false, path = '../runtime-modules/project-token'}

[dev-dependencies]
Expand Down

0 comments on commit 5a9daad

Please sign in to comment.