mirror of
https://github.com/Noratrieb/rustv32i.git
synced 2026-01-15 22:05:01 +01:00
use cfg
This commit is contained in:
parent
af84ff7ca6
commit
3c06645479
2 changed files with 5 additions and 4 deletions
|
|
@ -11,5 +11,9 @@ owo-colors = "4.2.0"
|
|||
[profile.release]
|
||||
debug = 1
|
||||
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.18.0"
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_tests)'] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue