This repository was archived by the owner on Nov 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +32
-8
lines changed Expand file tree Collapse file tree 2 files changed +32
-8
lines changed Original file line number Diff line number Diff line change 69
69
- name : " Run test script"
70
70
run : ./maintainer-tools/ci/run_task.sh nightly
71
71
72
+ MSRV : # 1 jobs, minimal lock file only.
73
+ name : Test - 1.56.1 toolchain
74
+ runs-on : ubuntu-latest
75
+ strategy :
76
+ fail-fast : false
77
+ matrix :
78
+ dep : [minimal]
79
+ steps :
80
+ - name : " Checkout repo"
81
+ uses : actions/checkout@v4
82
+ - name : " Checkout maintainer tools"
83
+ uses : actions/checkout@v4
84
+ with :
85
+ repository : rust-bitcoin/rust-bitcoin-maintainer-tools
86
+ path : maintainer-tools
87
+ - name : " Select toolchain"
88
+ uses : dtolnay/rust-toolchain@stable
89
+ with :
90
+ toolchain : " 1.56.1"
91
+ - name : " Set dependencies"
92
+ run : cp Cargo-${{ matrix.dep }}.lock Cargo.lock
93
+ - name : " Run test script"
94
+ run : ./maintainer-tools/ci/run_task.sh msrv
95
+
72
96
Lint :
73
97
name : Lint - nightly toolchain
74
98
needs : Prepare
Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ dependencies = [
108
108
109
109
[[package]]
110
110
name = "cc"
111
- version = "1.0.98 "
111
+ version = "1.0.28 "
112
112
source = "registry+https://github.com/rust-lang/crates.io-index"
113
- checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f "
113
+ checksum = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749 "
114
114
115
115
[[package]]
116
116
name = "hex-conservative"
@@ -147,9 +147,9 @@ dependencies = [
147
147
148
148
[[package]]
149
149
name = "log"
150
- version = "0.4.21 "
150
+ version = "0.4.18 "
151
151
source = "registry+https://github.com/rust-lang/crates.io-index"
152
- checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c "
152
+ checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de "
153
153
154
154
[[package]]
155
155
name = "minreq"
@@ -239,9 +239,9 @@ dependencies = [
239
239
240
240
[[package]]
241
241
name = "syn"
242
- version = "2.0.66 "
242
+ version = "2.0.56 "
243
243
source = "registry+https://github.com/rust-lang/crates.io-index"
244
- checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5 "
244
+ checksum = "6e2415488199887523e74fd9a5f7be804dfd42d868ae0eca382e3917094d210e "
245
245
dependencies = [
246
246
"proc-macro2",
247
247
"quote",
@@ -250,6 +250,6 @@ dependencies = [
250
250
251
251
[[package]]
252
252
name = "unicode-ident"
253
- version = "1.0.12 "
253
+ version = "1.0.8 "
254
254
source = "registry+https://github.com/rust-lang/crates.io-index"
255
- checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b "
255
+ checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4 "
You can’t perform that action at this time.
0 commit comments