File tree 8 files changed +321
-384
lines changed 8 files changed +321
-384
lines changed Original file line number Diff line number Diff line change 19
19
jobs :
20
20
audit :
21
21
name : Security audit
22
- runs-on : ubuntu-20.04
22
+ runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout repository
25
25
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
job :
19
19
- os : macos-latest
20
20
target : x86_64-apple-darwin
21
- - os : ubuntu-20 .04
21
+ - os : ubuntu-22 .04
22
22
target : x86_64-unknown-linux-gnu
23
23
- os : windows-latest
24
24
target : x86_64-pc-windows-msvc
25
25
binary-postfix : " .exe"
26
- - os : ubuntu-20 .04
26
+ - os : ubuntu-22 .04
27
27
target : aarch64-unknown-linux-gnu
28
28
- os : macos-latest
29
29
target : aarch64-apple-darwin
70
70
publish-cratesio :
71
71
name : Publishing to Crates.io
72
72
needs : publish-release
73
- runs-on : ubuntu-20 .04
73
+ runs-on : ubuntu-22 .04
74
74
steps :
75
75
- name : Checkout repository
76
76
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 31
31
job :
32
32
- os : macos-latest
33
33
os-name : macos
34
- - os : ubuntu-20 .04
34
+ - os : ubuntu-22 .04
35
35
os-name : linux
36
36
- os : windows-latest
37
37
os-name : windows
62
62
run : cargo ${{ matrix.action.command }} ${{ matrix.action.args }}
63
63
msrv :
64
64
name : MSRV check
65
- runs-on : ubuntu-20.04
65
+ runs-on : ubuntu-latest
66
66
steps :
67
67
- name : Install dependencies
68
68
run : |
74
74
- name : Setup Rust toolchain
75
75
uses : dtolnay/rust-toolchain@stable
76
76
with :
77
- toolchain : 1.74.1
77
+ toolchain : 1.81.0
78
78
- name : Enable caching
79
79
uses : Swatinem/rust-cache@v2
80
80
- name : Cargo check
Original file line number Diff line number Diff line change @@ -8,16 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [ Unreleased]
9
9
10
10
### Added
11
- - Add support for LLVM esp-19.1.2_20250225 (#477 , #479 )
12
11
13
12
### Fixed
14
- - Return an error if GET request fails (#471 )
15
- - Fix RISC-V install fail (#480 )
16
13
17
14
### Changed
18
15
19
16
### Removed
20
17
18
+
19
+ ## [ 0.14.1] - 2025-03-04
20
+
21
+ ### Added
22
+ - Add support for LLVM esp-19.1.2_20250225 (#477 , #479 )
23
+
24
+ ### Fixed
25
+ - Return an error if GET request fails (#471 )
26
+ - Fix RISC-V installation error (#480 )
27
+
21
28
## [ 0.14.0] - 2024-12-17
22
29
23
30
### Added
@@ -156,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
156
163
157
164
## [ 0.1.0] - 2022-10-07
158
165
159
- [ Unreleased ] : https://github.com/esp-rs/espup/compare/v0.14.0...HEAD
166
+ [ Unreleased ] : https://github.com/esp-rs/espup/compare/v0.14.1...HEAD
167
+ [ 0.14.1 ] : https://github.com/esp-rs/espup/compare/v0.14.0...v0.14.1
160
168
[ 0.14.0 ] : https://github.com/esp-rs/espup/compare/v0.13.0...v0.14.0
161
169
[ 0.13.0 ] : https://github.com/esp-rs/espup/compare/v0.12.2...v0.13.0
162
170
[ 0.12.2 ] : https://github.com/esp-rs/espup/compare/v0.12.1...v0.12.2
You can’t perform that action at this time.
0 commit comments