Skip to content

Commit 1b04a8d

Browse files
committed
strict option
1 parent 91c2683 commit 1b04a8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
VENDOR: RISC-V
4040
TARGET: x86_64-unknown-linux-gnu
4141
TRAVIS_OS_NAME: linux
42-
FEATURES: "strict"
43-
OPTIONS: "--const_generic"
42+
OPTIONS: "--const_generic --strict"
4443

4544
# Use nightly for architectures which don't support stable
4645
- rust: nightly

CHANGELOG.md

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

1010
### Added
1111

12+
- `strict` option
1213
- Missing `inline` on field reader constructors
1314
- Support for device.x generation for riscv targets and `__EXTERNAL_INTERRUPTS` vector table
1415
- Re-export base's module for derived peripherals

0 commit comments

Comments
 (0)