Compare commits

..

2 Commits

Author SHA1 Message Date
doryan 57f701e8aa feat: remove [lib] test = false lines 2025-04-25 12:23:14 +04:00
doryan ce4ad89cf3 feat: change toolchain profile 2025-04-25 12:22:13 +04:00
2 changed files with 1 additions and 4 deletions

View File

@ -3,9 +3,6 @@ name = "static_pins"
version = "0.1.0"
edition = "2021"
[lib]
test = false
[dependencies.static_pins_macros]
path = "static_pins_macros"

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-06-13"
components = [ "rust-src" ]
profile = "minimal"
profile = "default"