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.
2 parents 36acff3 + 6756eaf commit 324e3ebCopy full SHA for 324e3eb
build.rs
@@ -12,7 +12,7 @@ fn main() {
12
if version().unwrap() >= Version::parse("1.82.0").unwrap() {
13
println!("cargo:rustc-cfg=RUSTC_NEW_UNINIT_IS_STABLE");
14
}
15
- if version().unwrap() >= Version::parse("1.88.0-nightly").unwrap() {
+ if version().unwrap() >= Version::parse("1.89.0-nightly").unwrap() {
16
println!("cargo:rustc-cfg=CONFIG_RUSTC_HAS_UNSAFE_PINNED");
17
18
0 commit comments