Cleaned up cargo.toml
This commit is contained in:
parent
af62ec315d
commit
d878b71eec
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -761,9 +761,7 @@ dependencies = [
|
||||||
"embassy-time",
|
"embassy-time",
|
||||||
"embassy-usb",
|
"embassy-usb",
|
||||||
"embedded-graphics",
|
"embedded-graphics",
|
||||||
"embedded-hal 0.2.7",
|
|
||||||
"heapless",
|
"heapless",
|
||||||
"nb 1.1.0",
|
|
||||||
"panic-probe",
|
"panic-probe",
|
||||||
"ssd1306",
|
"ssd1306",
|
||||||
"ufmt",
|
"ufmt",
|
||||||
|
|
|
@ -19,10 +19,8 @@ panic-probe = { version = "0.3.0"}
|
||||||
|
|
||||||
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
|
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
|
||||||
cortex-m-rt = "0.7.0"
|
cortex-m-rt = "0.7.0"
|
||||||
embedded-hal = "0.2.6"
|
|
||||||
|
|
||||||
heapless = { version = "0.7.5", default-features = false, features = ['ufmt-impl']}
|
heapless = { version = "0.7.5", default-features = false, features = ['ufmt-impl']}
|
||||||
nb = "1.0.0"
|
|
||||||
ufmt = "0.2.0"
|
ufmt = "0.2.0"
|
||||||
|
|
||||||
ssd1306 = "0.7.1"
|
ssd1306 = "0.7.1"
|
||||||
|
|
Loading…
Reference in a new issue