File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,12 +140,12 @@ jobs:
140140 declared_msrv="${{ needs.vars.outputs.msrv }}"
141141
142142 if [ "$computed_msrv" != "$declared_msrv" ]; then
143- echo "The MSRV computed by ' cargo msrv' (' $computed_msrv' ) does not match the version declared in Cargo.toml (' $declared_msrv' )."
144- echo "Please update the ' rust-version' in Cargo.toml to ' $computed_msrv' ."
143+ echo "The MSRV computed by cargo msrv (\" $computed_msrv\" ) does not match the version declared in Cargo.toml (\" $declared_msrv\" )."
144+ echo "Please update the \" rust-version\" in Cargo.toml to \" $computed_msrv\" ."
145145 exit 1
146146 else
147147 echo "MSRV consistency check passed."
148- echo "Computed MSRV ' $computed_msrv' matches declared MSRV ' $declared_msrv' ."
148+ echo "Computed MSRV \" $computed_msrv\" matches declared MSRV \" $declared_msrv\" ."
149149 fi
150150 wasm :
151151 needs : vars
Original file line number Diff line number Diff line change 22name = " imageproc"
33version = " 0.26.0"
44authors = [" theotherphil" ]
5- rust-version = " 1.85 .0"
5+ rust-version = " 1.83 .0"
66edition = " 2021"
77license = " MIT"
88description = " Image processing operations"
You can’t perform that action at this time.
0 commit comments