Skip to content

Commit 34b887d

Browse files
bors[bot]burrbull
andauthored
Merge #725
725: print curl error r=Emilgardis a=burrbull Co-authored-by: Andrey Zgarbul <[email protected]>
2 parents 8f63b56 + 98399eb commit 34b887d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
## [Unreleased]
99

10+
- print error on ci `curl` request fail
1011
- removed `rty` generic in `FieldWriter`
1112
- `bool` and `u8` as default generics for `BitReader/Writer` and `FieldReader/Writer`
1213
- Bump MSRV to 1.65

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ test_patched_stm32() {
99
}
1010

1111
test_svd_for_target() {
12-
curl -L --output $td/input.svd $2
12+
curl -fL --output $td/input.svd $2
1313

1414
# NOTE we care about errors in svd2rust, but not about errors / warnings in rustfmt
1515
pushd $td

0 commit comments

Comments
 (0)