diff --git a/Cargo.toml b/Cargo.toml index 94b0e9a..423ab47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] embassy-rp = { version = "0.1.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] } -embassy-usb = { version = "0.1.0" } +embassy-usb = { version = "0.2.0" } numtoa = "0.2.4"