Skip to content

Commit b835eaa

Browse files
authored
Rollup merge of rust-lang#94494 - jonhoo:bump-autocfg, r=Mark-Simulacrum
Bump autocfg to 1.1.0 autocfg 1.1.0 makes it so that rustflags from the build are correctly passed to the compiler probes, which in turn means those probes more accurately reflect the outer build conditions. This is particularly important if rustflags includes _required_ `-Clink-arg=` flags without which builds will fail, as older versions of `autocfg` will then fail the probe and erroneously report the probed feature as unavailable. See also rust-lang#94007 (comment)
2 parents efcabf1 + b83a48d commit b835eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ dependencies = [
161161

162162
[[package]]
163163
name = "autocfg"
164-
version = "1.0.0"
164+
version = "1.1.0"
165165
source = "registry+https://github.com/rust-lang/crates.io-index"
166-
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
166+
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
167167

168168
[[package]]
169169
name = "bitflags"

0 commit comments

Comments
 (0)