Merge rust-bitcoin/rust-bitcoin#4069: Update to latest maintainer-tools
cdece244d5
Update to latest maintainer-tools (Tobin C. Harding)
Pull request description:
We have made a couple of improvements to the `run_task` script lately (*cough* actually test code with `--all-features`).
Lets update to use it.
This PR explicitly tests https://github.com/rust-bitcoin/rust-bitcoin-maintainer-tools/pull/20 because it uses the commit hash created in that PR.
ACKs for top commit:
apoelstra:
ACK cdece244d5b660c658461e58093090d982e4835e; successfully ran local tests; will one-ack merge this since it is trivial
Tree-SHA512: 97597d01beb3b0a87fb0c279ba0e57093f4898a38e7373040cfa18b16c62f9cbceb41ac53429a2e05f70f2ea9fdd7d409e9925131575b3f66d00c5395ba6bfc1
This commit is contained in:
commit
c0073eb10d
|
@ -34,7 +34,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
|
||||
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
|
||||
path: maintainer-tools
|
||||
- name: "Select toolchain"
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
|
||||
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
|
||||
path: maintainer-tools
|
||||
- name: "Select toolchain"
|
||||
uses: dtolnay/rust-toolchain@v1
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
|
||||
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
|
||||
path: maintainer-tools
|
||||
- name: "Select toolchain"
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
@ -109,7 +109,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
|
||||
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
|
||||
path: maintainer-tools
|
||||
- name: "Select toolchain"
|
||||
uses: dtolnay/rust-toolchain@v1
|
||||
|
@ -136,7 +136,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
|
||||
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
|
||||
path: maintainer-tools
|
||||
- name: "Select toolchain"
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
@ -160,7 +160,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
|
||||
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
|
||||
path: maintainer-tools
|
||||
- name: "Select toolchain"
|
||||
uses: dtolnay/rust-toolchain@v1
|
||||
|
@ -186,7 +186,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||
ref: 4f17a059a2f57c1b99b7c240a1467a5c0acebdc3
|
||||
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
|
||||
path: maintainer-tools
|
||||
- name: "Select toolchain"
|
||||
uses: dtolnay/rust-toolchain@v1
|
||||
|
|
Loading…
Reference in New Issue