Skip to content

Commit 4167b19

Browse files
committed
1 parent d5ffa8e commit 4167b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/rust-lang.org/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ build:
5050
5151
# 1.68.0 introduced a regression w.r.t. CI builds
5252
# https://github.com/rust-lang/rust/issues/108959
53-
if semverator satisfies ^1.68 {{ version }}; then
53+
if semverator satisfies '>=1.68<1.70' {{ version }}; then
5454
sed -i.bak -e 's/if CiEnv::is_ci() {/if CiEnv::is_ci() \&\& config.rust_info.is_managed_git_subrepository() {/' src/bootstrap/native.rs
5555
rm src/bootstrap/native.rs.bak
5656
fi

0 commit comments

Comments
 (0)