diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac0254f..964ac955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.9.0] - 2023-11-10 ### Added - Added new `--esp-riscv-gcc` flag to install esp-riscv-gcc toolchain instead of the system one (#391) -### Fixed - ### Changed - New Default behavior: install esp-riscv-gcc only if the user explicitly uses the `--esp-riscv-gcc` flag (#391) -### Removed - ## [0.8.0] - 2023-11-02 ### Added @@ -92,7 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.0] - 2022-10-07 -[Unreleased]: https://github.com/esp-rs/espup/compare/v0.8.0...HEAD +[0.9.0]: https://github.com/esp-rs/espup/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/esp-rs/espup/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/esp-rs/espup/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/esp-rs/espup/compare/v0.6.0...v0.6.1 diff --git a/Cargo.lock b/Cargo.lock index 6c6de64c..210b225f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,7 +497,7 @@ dependencies = [ [[package]] name = "espup" -version = "0.8.1-dev" +version = "0.9.0" dependencies = [ "assert_cmd", "async-trait", @@ -1007,9 +1007,9 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" +checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" dependencies = [ "libc", "wasi", @@ -1660,9 +1660,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" +checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" dependencies = [ "libc", "windows-sys 0.48.0", @@ -1883,9 +1883,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.33.0" +version = "1.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" +checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" dependencies = [ "backtrace", "bytes", @@ -1895,16 +1895,16 @@ dependencies = [ "parking_lot", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.4", + "socket2 0.5.5", "tokio-macros", "windows-sys 0.48.0", ] [[package]] name = "tokio-macros" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" +checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 77774731..630a21ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "espup" -version = "0.8.1-dev" +version = "0.9.0" authors = ["Sergio Gasquez Arcos "] edition = "2021" license = "MIT OR Apache-2.0" @@ -32,7 +32,7 @@ strum = { version = "0.25.0", features = ["derive"] } tar = "0.4.40" tempfile = "3.8.1" thiserror = "1.0.50" -tokio = { version = "1.33.0", features = ["full"] } +tokio = { version = "1.34.0", features = ["full"] } tokio-retry = "0.3.0" update-informer = "1.1.0" xz2 = "0.1.7" diff --git a/README.md b/README.md index f201f980..84db9682 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Options: -r, --esp-riscv-gcc Install Espressif RISC-V toolchain built with croostool-ng - + Only install this if you don't want to use the systems RISC-V toolchain -f, --export-file