We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5364815 commit 28ab1b1Copy full SHA for 28ab1b1
tools/ci-build/Dockerfile
@@ -138,7 +138,7 @@ ARG rust_nightly_version
138
RUN cargo +${rust_nightly_version} install cargo-component --locked --version ${cargo_component_version}
139
140
FROM install_rust AS cargo_semver_checks
141
-ARG cargo_semver_checks_version=0.36.0
+ARG cargo_semver_checks_version=0.41.0
142
RUN cargo install cargo-semver-checks --locked --version ${cargo_semver_checks_version}
143
144
FROM install_rust AS cargo_mdbook
0 commit comments