monotonic experiments

This commit is contained in:
Emil Fresk 2023-01-14 21:11:55 +01:00 committed by Henrik Tjäder
parent 5688a5d332
commit 4601782466
4 changed files with 571 additions and 1 deletions

View file

@ -51,7 +51,7 @@ codegen-units = 1
lto = true
[workspace]
members = ["macros", "xtask"]
members = ["macros", "xtask", "rtic-timer"]
# do not optimize proc-macro deps or build scripts
[profile.dev.build-override]