Compare commits
2 commits
7751b2cf8f
...
b2fee8d535
Author | SHA1 | Date | |
---|---|---|---|
b2fee8d535 | |||
ab84d68e0c |
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
embassy-rp = { version = "0.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
||||
embassy-usb = { version = "0.1.0" }
|
||||
embassy-rp = { version = "0.2.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
||||
embassy-usb = { version = "0.3.0" }
|
||||
|
||||
numtoa = "0.2.4"
|
||||
|
|
Loading…
Reference in a new issue