about summary refs log tree commit diff
path: root/compiler/rustc_llvm
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-08-15 20:11:39 +0200
committerGitHub <noreply@github.com>2022-08-15 20:11:39 +0200
commit5319d247c8045c2a225d20d055944f1cd6f1059f (patch)
tree3d70f2add3d6cb5465e4d770cbffd3702a1aa5b0 /compiler/rustc_llvm
parente14d12cb66a52f8714453a0c96d92544d559803c (diff)
parent84a0da68486d761f1911f0eda20c99e01c63b6d5 (diff)
downloadrust-5319d247c8045c2a225d20d055944f1cd6f1059f.tar.gz
rust-5319d247c8045c2a225d20d055944f1cd6f1059f.zip
Rollup merge of #100568 - ivmarkov:master, r=Mark-Simulacrum
Fix STD build for ESP-IDF

We have accidentally broken the STD build for the Tier 3 `target_os="espidf"` (only) by pushing non-buildable changes to `libc` which ended up in version 0.2.229.

`libc` [was fixed](https://github.com/rust-lang/libc/commit/d0e3ff01a808d429baf925bf0e6e5f2273de1ac0) from V0.2.230 onwards. This PR is only upgrading the `libc` dependency in `Cargo.lock` to latest (V0.2.231).

`Cargo.lock` was modified by using `cargo update -p libc`.
Diffstat (limited to 'compiler/rustc_llvm')
0 files changed, 0 insertions, 0 deletions