File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ clippy:
5050 @if cargo ${TOOLCHAIN_ARGS} tree --all-features -i ' grpcio@0.13.0' > /dev/null 2>&1 ; then \
5151 cargo ${TOOLCHAIN_ARGS} update -p grpcio@0.13.0 --precise 0.10.2; \
5252 fi
53- @if cargo ${TOOLCHAIN_ARGS} tree --all-features -i ' grpcio-sys@0.10.3 +1.44.0-patched ' > /dev/null 2>&1 ; then \
54- cargo ${TOOLCHAIN_ARGS} update -p grpcio-sys@0.10.3 +1.44.0-patched --precise 0.10.1 +1.44.0; \
53+ @if cargo ${TOOLCHAIN_ARGS} tree --all-features -i ' grpcio-sys@0.10.1 +1.44.0' > /dev/null 2>&1 ; then \
54+ cargo ${TOOLCHAIN_ARGS} update -p grpcio-sys@0.10.1 +1.44.0 --precise 0.10.3 +1.44.0-patched ; \
5555 fi
5656ifdef WITH_NIGHTLY_FEATURES
5757 ${CMAKE_COMPAT} cargo ${TOOLCHAIN_ARGS} clippy --all --features nightly_group,failpoints --all-targets -- -D clippy::all ${CLIPPY_WHITELIST}
You can’t perform that action at this time.
0 commit comments