Skip to content

Commit 11d79ed

Browse files
committed
Update to latest maintainer tools version
Update the commit hash to the latest version of rust-bitcoin-maintainer-tools. This new version supports running crate specific `contrib/extra_lints.sh`
1 parent 5466cb2 commit 11d79ed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v5
3535
with:
3636
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
37-
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
37+
ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
3838
path: maintainer-tools
3939
- name: "Select toolchain"
4040
uses: dtolnay/rust-toolchain@stable
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v5
5959
with:
6060
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
61-
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
61+
ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
6262
path: maintainer-tools
6363
- name: "Select toolchain"
6464
uses: dtolnay/rust-toolchain@v1
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v5
8484
with:
8585
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
86-
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
86+
ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
8787
path: maintainer-tools
8888
- name: "Select toolchain"
8989
uses: dtolnay/rust-toolchain@stable
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v5
110110
with:
111111
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
112-
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
112+
ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
113113
path: maintainer-tools
114114
- name: "Select toolchain"
115115
uses: dtolnay/rust-toolchain@v1
@@ -136,7 +136,7 @@ jobs:
136136
uses: actions/checkout@v5
137137
with:
138138
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
139-
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
139+
ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
140140
path: maintainer-tools
141141
- name: "Select toolchain"
142142
uses: dtolnay/rust-toolchain@stable
@@ -160,7 +160,7 @@ jobs:
160160
uses: actions/checkout@v5
161161
with:
162162
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
163-
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
163+
ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
164164
path: maintainer-tools
165165
- name: "Select toolchain"
166166
uses: dtolnay/rust-toolchain@v1
@@ -186,7 +186,7 @@ jobs:
186186
uses: actions/checkout@v5
187187
with:
188188
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
189-
ref: c3324024ced9bb1eb854397686919c3ff7d97e1e
189+
ref: 22eff1e5c114949d4b88a24735da38b37e7984fb
190190
path: maintainer-tools
191191
- name: "Select toolchain"
192192
uses: dtolnay/rust-toolchain@v1

0 commit comments

Comments
 (0)