Skip to content

Commit 7221d2d

Browse files
committed
Merge #44: Lock rbmt dependencies instead of using a different toolchain
7f3c389 Lock rbmt dependencies instead of using a different toolchain (Nick Johnson) Pull request description: Andrew fixed up the dep versions in rbmt so they actually satisfy the MSRV requirements. They can now be deferred to on install. ACKs for top commit: tcharding: ACK 7f3c389 Tree-SHA512: b11fb16eb47b62329baaadd38573cdfdf96bf0da70cfe9e70ebf52bdfa4d99892b0c37f5b4c1ae3bb402c138980c0d56b1bea88ac21654a1413af3fa4a22b288
2 parents 433e8ca + 7f3c389 commit 7221d2d

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/actions/prepare/action.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,12 @@ runs:
2323
fi
2424
echo "version=$TOOLCHAIN" >> $GITHUB_OUTPUT
2525
26-
- name: "Setup stable toolchain for RBMT"
27-
uses: actions-rust-lang/setup-rust-toolchain@v1
28-
with:
29-
toolchain: stable
30-
31-
- name: "Install RBMT"
32-
shell: bash
33-
run: cargo install --git https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools.git --rev "$(cat rbmt-version)" cargo-rbmt
34-
3526
- name: "Setup requested toolchain"
3627
uses: actions-rust-lang/setup-rust-toolchain@v1
3728
with:
3829
toolchain: ${{ steps.toolchain.outputs.version }}
3930
components: ${{ inputs.components }}
31+
32+
- name: "Install RBMT"
33+
shell: bash
34+
run: cargo install --git https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools.git --rev "$(cat rbmt-version)" cargo-rbmt --locked

rbmt-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
83e42eda5ea71c4ebccc2222c21054f2c390d779
1+
bcff6290c9e3f5b4d7e832acb5a8c6bf890fd1ce

0 commit comments

Comments
 (0)