Skip to content

Commit 28ab1b1

Browse files
committed
Bump cargo-semver-checks to 0.41
1 parent 5364815 commit 28ab1b1

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
@@ -138,7 +138,7 @@ ARG rust_nightly_version
138138
RUN cargo +${rust_nightly_version} install cargo-component --locked --version ${cargo_component_version}
139139

140140
FROM install_rust AS cargo_semver_checks
141-
ARG cargo_semver_checks_version=0.36.0
141+
ARG cargo_semver_checks_version=0.41.0
142142
RUN cargo install cargo-semver-checks --locked --version ${cargo_semver_checks_version}
143143

144144
FROM install_rust AS cargo_mdbook

0 commit comments

Comments
 (0)