File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 override : true
2121 default : true
2222 - name : Install cargo-unleash
23- run : cargo install cargo-unleash --version 1.0.0-alpha.11 # FIXME: change to release once it's ready
23+ run : cargo install cargo-unleash --git git@github.com:xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
2424 - name : Prepare
2525 run : make Cargo.toml
2626 - name : Cargo unleash check
Original file line number Diff line number Diff line change 1515 toolchain : stable
1616 override : true
1717 - run : make Cargo.toml
18- - run : cargo install cargo-unleash --version 1.0.0-alpha.11
18+ run : cargo install cargo-unleash --git git@github.com:xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
1919 - run : cargo unleash em-dragons
2020 env :
2121 CRATES_TOKEN : ${{ secrets.CRATES_TOKEN }}
Original file line number Diff line number Diff line change 1+ cargo-features = [" resolver" ]
2+
13[workspace ]
24members = [
35 " auction" ,
You can’t perform that action at this time.
0 commit comments