File tree Expand file tree Collapse file tree 3 files changed +22
-25
lines changed Expand file tree Collapse file tree 3 files changed +22
-25
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
9-
10- ### Added
8+ ## [ 0.10.0]
119
1210### Fixed
1311- ` skip-version-parse ` argument should require ` toolchain-version ` (#396 )
12+ - If there is a minified LLVM installation, ` --extended-llvm ` now installs the full LLVM (#400 )
1413
1514### Changed
1615- Update LLVM version to ` esp-16.0.4-20231113 ` (#398 )
1716
18- ### Removed
19-
2017## [ 0.9.0] - 2023-11-10
2118
2219### Added
@@ -100,7 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10097
10198## [ 0.1.0] - 2022-10-07
10299
103- [ Unreleased ] : https://github.com/esp-rs/espup/compare/v0.9.0...HEAD
100+ [ 0.10.0 ] : https://github.com/esp-rs/espup/compare/v0.9.0...v.10.0
104101[ 0.9.0 ] : https://github.com/esp-rs/espup/compare/v0.8.0...v0.9.0
105102[ 0.8.0 ] : https://github.com/esp-rs/espup/compare/v0.7.0...v0.8.0
106103[ 0.7.0 ] : https://github.com/esp-rs/espup/compare/v0.6.1...v0.7.0
Original file line number Diff line number Diff line change 11[package ]
22name = " espup"
3- version = " 0.9.1-dev "
3+ version = " 0.10.0 "
44authors = [
" Sergio Gasquez Arcos <[email protected] >" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
@@ -15,11 +15,11 @@ rust-version = "1.70"
1515
1616[dependencies ]
1717async-trait = " 0.1.74"
18- clap = { version = " 4.4.7 " , features = [" derive" ] }
18+ clap = { version = " 4.4.11 " , features = [" derive" ] }
1919clap_complete = " 4.4.4"
2020console = " 0.15.7"
2121directories = " 5.0.1"
22- env_logger = " 0.10.0 "
22+ env_logger = " 0.10.1 "
2323flate2 = " 1.0.28"
2424guess_host_triple = " 0.1.3"
2525log = " 0.4.20"
@@ -39,10 +39,10 @@ xz2 = "0.1.7"
3939zip = " 0.6.6"
4040
4141[target .'cfg(unix)' .dependencies ]
42- openssl = { version = " 0.10.59 " , features = [" vendored" ] }
42+ openssl = { version = " 0.10.61 " , features = [" vendored" ] }
4343
4444[target .'cfg(windows)' .dependencies ]
45- winreg = " 0.51 .0"
45+ winreg = " 0.52 .0"
4646winapi = { version = " 0.3.9" , features = [" winuser" ] }
4747
4848[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments