Skip to content

Commit 324e3eb

Browse files
authored
Merge pull request #55 from Rust-for-Linux/dev/unsafe-pinned-nightly-version
build: bump version for `unsafe_pinned` feature
2 parents 36acff3 + 6756eaf commit 324e3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn main() {
1212
if version().unwrap() >= Version::parse("1.82.0").unwrap() {
1313
println!("cargo:rustc-cfg=RUSTC_NEW_UNINIT_IS_STABLE");
1414
}
15-
if version().unwrap() >= Version::parse("1.88.0-nightly").unwrap() {
15+
if version().unwrap() >= Version::parse("1.89.0-nightly").unwrap() {
1616
println!("cargo:rustc-cfg=CONFIG_RUSTC_HAS_UNSAFE_PINNED");
1717
}
1818
}

0 commit comments

Comments
 (0)