File tree 3 files changed +22
-25
lines changed 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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
9
-
10
- ### Added
8
+ ## [ 0.10.0]
11
9
12
10
### Fixed
13
11
- ` 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 )
14
13
15
14
### Changed
16
15
- Update LLVM version to ` esp-16.0.4-20231113 ` (#398 )
17
16
18
- ### Removed
19
-
20
17
## [ 0.9.0] - 2023-11-10
21
18
22
19
### Added
@@ -100,7 +97,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100
97
101
98
## [ 0.1.0] - 2022-10-07
102
99
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
104
101
[ 0.9.0 ] : https://github.com/esp-rs/espup/compare/v0.8.0...v0.9.0
105
102
[ 0.8.0 ] : https://github.com/esp-rs/espup/compare/v0.7.0...v0.8.0
106
103
[ 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 1
1
[package ]
2
2
name = " espup"
3
- version = " 0.9.1-dev "
3
+ version = " 0.10.0 "
4
4
authors = [" Sergio Gasquez Arcos <sergio.gasquez@gmail.com>" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
@@ -15,11 +15,11 @@ rust-version = "1.70"
15
15
16
16
[dependencies ]
17
17
async-trait = " 0.1.74"
18
- clap = { version = " 4.4.7 " , features = [" derive" ] }
18
+ clap = { version = " 4.4.11 " , features = [" derive" ] }
19
19
clap_complete = " 4.4.4"
20
20
console = " 0.15.7"
21
21
directories = " 5.0.1"
22
- env_logger = " 0.10.0 "
22
+ env_logger = " 0.10.1 "
23
23
flate2 = " 1.0.28"
24
24
guess_host_triple = " 0.1.3"
25
25
log = " 0.4.20"
@@ -39,10 +39,10 @@ xz2 = "0.1.7"
39
39
zip = " 0.6.6"
40
40
41
41
[target .'cfg(unix)' .dependencies ]
42
- openssl = { version = " 0.10.59 " , features = [" vendored" ] }
42
+ openssl = { version = " 0.10.61 " , features = [" vendored" ] }
43
43
44
44
[target .'cfg(windows)' .dependencies ]
45
- winreg = " 0.51 .0"
45
+ winreg = " 0.52 .0"
46
46
winapi = { version = " 0.3.9" , features = [" winuser" ] }
47
47
48
48
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments