Skip to content

Commit a98ac5b

Browse files
committed
update cargo unleash
1 parent 3840600 commit a98ac5b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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 [email protected]: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

.github/workflows/publish_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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 [email protected]: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 }}

Cargo.dev.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
cargo-features = ["resolver"]
2+
13
[workspace]
24
members = [
35
"auction",

0 commit comments

Comments
 (0)