File tree Expand file tree Collapse file tree 3 files changed +9
-16
lines changed Expand file tree Collapse file tree 3 files changed +9
-16
lines changed Original file line number Diff line number Diff line change 1616 RUSTUP_WINDOWS_PATH_ADD_BIN : 1
1717 # Change to specific Rust release to pin
1818 rust_stable : stable
19- rust_nightly : nightly-2025-01-25
19+ rust_nightly : nightly-2025-10-12
2020 # Pin a specific miri version
2121 rust_miri_nightly : nightly-2025-06-02
2222 rust_clippy : ' 1.88'
Original file line number Diff line number Diff line change 11[build ]
2- # TODO: unfreeze toolchain
3- # error[E0557]: feature has been removed
4- # --> /opt/buildhome/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/lib.rs:89:29
5- # |
6- # 89 | #![cfg_attr(docsrs, feature(doc_auto_cfg))]
7- # | ^^^^^^^^^^^^ feature has been removed
8- # |
9- # = note: removed in 1.58.0; see <https://github.com/rust-lang/rust/pull/138907; for more information
10- # = note: merged into `doc_cfg`
112 command = """
12- rustup install nightly-2025-01-25 --profile minimal && cargo doc --no-deps --all-features
3+ rustup install nightly --profile minimal && cargo doc --no-deps --all-features
134 """
145 publish = " target/doc"
156
Original file line number Diff line number Diff line change 44 "crt-objects-fallback" : " false" ,
55 "crt-static-respected" : true ,
66 "data-layout" : " e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128" ,
7+ "default-uwtable" : true ,
78 "dynamic-linking" : true ,
89 "env" : " gnu" ,
910 "has-rpath" : true ,
1213 "llvm-target" : " i686-unknown-linux-gnu" ,
1314 "max-atomic-width" : 32 ,
1415 "metadata" : {
15- "description" : null ,
16- "host_tools" : null ,
17- "std" : null ,
18- "tier" : null
16+ "description" : " 32-bit Linux (kernel 3.2, glibc 2.17+) " ,
17+ "host_tools" : true ,
18+ "std" : true ,
19+ "tier" : 1
1920 },
2021 "os" : " linux" ,
2122 "position-independent-executables" : true ,
2829 ]
2930 },
3031 "relro-level" : " full" ,
32+ "rustc-abi" : " x86-sse2" ,
3133 "stack-probes" : {
3234 "kind" : " inline"
3335 },
4244 "target-family" : [
4345 " unix"
4446 ],
45- "target-pointer-width" : " 32 "
47+ "target-pointer-width" : 32
4648}
You can’t perform that action at this time.
0 commit comments