File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ All repositories MUST include a `REPO_DIR/contrib/crates.sh` script:
7575CRATES=(" base58" " bitcoin" " fuzz" " hashes" " internals" " io" " units" )
7676```
7777
78- ` CRATES ` MUST be an array. If repository is not a workspace use ` CRATES=(".") ` ) .
78+ ` CRATES ` MUST be an array. If repository is not a workspace use ` CRATES=(".") ` .
7979
8080### Per crate environment variables
8181
@@ -178,7 +178,7 @@ jobs:
178178Have a file in the repository root with the nightly toolchain version to use.
179179
180180` ` ` bash
181- $ cat nightly_version
181+ $ cat nightly-version
182182nightly-2024-04-30
183183```
184184
@@ -222,4 +222,4 @@ jobs:
222222 run : cp Cargo-${{ matrix.dep }}.lock Cargo.lock
223223 - name : " Run test script"
224224 run : ./maintainer-tools/ci/run_task.sh nightly
225- ` ` `
225+ ` ` `
You can’t perform that action at this time.
0 commit comments