mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 05:10:44 +00:00

* fix: Create $RUSTUP_HOME/tmp if needed * style: Simplify create_dir_all error * docs: Update CHANGELOG.md * perf: Fix Windows includes
2.4 KiB
2.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
Changed
Fixed
- Create $RUSTUP_HOME/tmp if needed (#365)
- Complete Xtensa Rust versions when provided one is incompleted (#366)
Removed
0.6.0 - 2023-10-02
Added
- Add a flag to skip Xtensa Rust version parsing (#352)
- Add warn message when failed to detect Xtensa Rust (#357)
Changed
- Update dependencies
- Use
RUSTUP_HOME
tmp folder (#348) - Improve
remove_dir_all
errors (#346)
Fixed
- Fix temorary folders/files cleanup (#344)
- Fix Clippy lint (#335)