mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-26 20:30:28 +00:00
* Try fix install failure * Update changelog * Let fmt happy
This commit is contained in:
parent
8d0109e21c
commit
73f972cfba
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Fixed
|
||||
- Return an error if GET request fails (#471)
|
||||
- Fix RISC-V install fail (#480)
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -373,7 +373,9 @@ impl Installable for RiscVTarget {
|
||||
"rust-src",
|
||||
"--target",
|
||||
"riscv32imc-unknown-none-elf",
|
||||
"--target",
|
||||
"riscv32imac-unknown-none-elf",
|
||||
"--target",
|
||||
"riscv32imafc-unknown-none-elf",
|
||||
])
|
||||
.stdout(Stdio::null())
|
||||
|
Loading…
x
Reference in New Issue
Block a user