We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f63b56 + 98399eb commit 34b887dCopy full SHA for 34b887d
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
8
## [Unreleased]
9
10
+- print error on ci `curl` request fail
11
- removed `rty` generic in `FieldWriter`
12
- `bool` and `u8` as default generics for `BitReader/Writer` and `FieldReader/Writer`
13
- Bump MSRV to 1.65
ci/script.sh
@@ -9,7 +9,7 @@ test_patched_stm32() {
}
test_svd_for_target() {
- curl -L --output $td/input.svd $2
+ curl -fL --output $td/input.svd $2
14
# NOTE we care about errors in svd2rust, but not about errors / warnings in rustfmt
15
pushd $td
0 commit comments