Board: make string formatting stuff const
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -145,6 +145,12 @@ dependencies = [
|
||||
"windows-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "const-str"
|
||||
version = "0.6.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9e991226a70654b49d34de5ed064885f0bef0348a8e70018b8ff1ac80aa984a2"
|
||||
|
||||
[[package]]
|
||||
name = "const_for"
|
||||
version = "0.1.5"
|
||||
@@ -449,6 +455,7 @@ dependencies = [
|
||||
"allocative",
|
||||
"arrayvec",
|
||||
"console",
|
||||
"const-str",
|
||||
"const_for",
|
||||
"criterion",
|
||||
"crossbeam-channel",
|
||||
|
||||
Reference in New Issue
Block a user