Skip to content

Commit 657459e

Browse files
committed
changelog
1 parent 9da29e6 commit 657459e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Disable two clippy warnings in `array_proxy.rs`
1313
- Add comments in docs about `readAction`
1414
- Add CI to build and release binaries
15-
- Use `derive_more::{Deref,From}` for register reader & writer
15+
- Optional use `derive_more::{Deref,From}` for register reader & writer
16+
- Don't use prebuilt strategy in CI
1617

1718
## [v0.23.1] - 2022-04-29
1819

ci/script.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ main() {
5555
strict=""
5656
derive_more=""
5757
;;
58+
derive_more)
59+
const_generic=""
60+
strict=""
61+
derive_more="--derive_more"
62+
;;
5863
*)
5964
const_generic=""
6065
strict=""

0 commit comments

Comments
 (0)