espup
espup copied to clipboard
Tool for installing and maintaining Espressif Rust ecosystem.
Bumps [miette](https://github.com/zkat/miette) from 5.4.1 to 5.5.0. Release notes Sourced from miette's releases. v5.5.0 Features SourceCode: Implement SourceCode for Vec (#216) (c857595e) Bug Fixes derive: elide lifetimes in derived functions (#226)...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.147 to 1.0.148. Release notes Sourced from serde's releases. v1.0.148 Support remote derive for generic types that have private fields (#2327) Commits 7766103 Release 1.0.148 30f7c71 Merge...
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.26 to 4.0.27. Changelog Sourced from clap's changelog. [4.0.27] - 2022-11-24 Features Have Arg::value_parser accept Vec<impl Into<PossibleValue>> Implement Display and FromStr for ColorChoice Fixes Remove soundness issue...
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.24 to 1.0.25. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to 0.10.0. Changelog Sourced from env_logger's changelog. [0.10.0] - 2022-11-24 MSRV changed to 1.60 to hide optional dependencies Fixes Resolved soundness issue by switching from atty...
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1 to 2. Release notes Sourced from Swatinem/rust-cache's releases. v2.0.0 The action code was refactored to allow for caching multiple workspaces and different target directory layouts. The...
## Bug description When I run `rustc --print target-list`, no xtensa target is shown. Furthermore, when I try to build this [demo project](https://github.com/ivmarkov/rust-esp32-std-demo) using the command `cargo build`, then it...
Scenario: espup already deployed toolchain, but user lost export file. Add an option to generate just the file without performing any installation step.
If the environment was cleaned by removing all Rust toolchain file and `.cargo`, but the environment variable `RUSTC_WRAPPER` remains to be set to the binary which does not exist anymore,...
Install MSVC dependency for x86_64-pc-windows-msvc. Without this dependency, the user will get an error during builds like: ``` error: linker `link.exe` not found | = note: program not found Note:...