Cleaned up cargo.toml

This commit is contained in:
Sebastian 2023-05-28 16:14:18 +02:00
parent af62ec315d
commit d878b71eec
2 changed files with 0 additions and 4 deletions

2
Cargo.lock generated
View file

@ -761,9 +761,7 @@ dependencies = [
"embassy-time",
"embassy-usb",
"embedded-graphics",
"embedded-hal 0.2.7",
"heapless",
"nb 1.1.0",
"panic-probe",
"ssd1306",
"ufmt",

View file

@ -19,10 +19,8 @@ panic-probe = { version = "0.3.0"}
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.0"
embedded-hal = "0.2.6"
heapless = { version = "0.7.5", default-features = false, features = ['ufmt-impl']}
nb = "1.0.0"
ufmt = "0.2.0"
ssd1306 = "0.7.1"