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.
1 parent 9da29e6 commit 657459eCopy full SHA for 657459e
CHANGELOG.md
@@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
- Disable two clippy warnings in `array_proxy.rs`
13
- Add comments in docs about `readAction`
14
- Add CI to build and release binaries
15
-- Use `derive_more::{Deref,From}` for register reader & writer
+- Optional use `derive_more::{Deref,From}` for register reader & writer
16
+- Don't use prebuilt strategy in CI
17
18
## [v0.23.1] - 2022-04-29
19
ci/script.sh
@@ -55,6 +55,11 @@ main() {
55
strict=""
56
derive_more=""
57
;;
58
+ derive_more)
59
+ const_generic=""
60
+ strict=""
61
+ derive_more="--derive_more"
62
+ ;;
63
*)
64
const_generic=""
65
0 commit comments