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 d5ffa8e commit 4167b19Copy full SHA for 4167b19
projects/rust-lang.org/package.yml
@@ -50,7 +50,7 @@ build:
50
51
# 1.68.0 introduced a regression w.r.t. CI builds
52
# https://github.com/rust-lang/rust/issues/108959
53
- if semverator satisfies ^1.68 {{ version }}; then
+ if semverator satisfies '>=1.68<1.70' {{ version }}; then
54
sed -i.bak -e 's/if CiEnv::is_ci() {/if CiEnv::is_ci() \&\& config.rust_info.is_managed_git_subrepository() {/' src/bootstrap/native.rs
55
rm src/bootstrap/native.rs.bak
56
fi
0 commit comments