Skip to content

Commit f171b5a

Browse files
rcohdavid-perez
authored andcommitted
Upgrade cargo semver checks to 0.20.0 (#2631)
## Motivation and Context cargo semver-checks 0.20.0 is something like 100x faster ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent f742d2f commit f171b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci-build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ARG rust_nightly_version
139139
RUN cargo +${rust_nightly_version} -Z sparse-registry install cargo-wasi --locked --version ${cargo_wasi_version}
140140

141141
FROM install_rust AS cargo_semver_checks
142-
ARG cargo_semver_checks_version=0.19.0
142+
ARG cargo_semver_checks_version=0.20.0
143143
ARG rust_nightly_version
144144
RUN cargo +${rust_nightly_version} -Z sparse-registry install cargo-semver-checks --locked --version ${cargo_semver_checks_version}
145145
#

0 commit comments

Comments
 (0)