Update Rust crate embassy-rp to 0.2.0
All checks were successful
Terrarium Controller Merge Build / Build (pull_request) Successful in 18m55s
All checks were successful
Terrarium Controller Merge Build / Build (pull_request) Successful in 18m55s
This commit is contained in:
parent
dd39d08d8b
commit
ab84d68e0c
1 changed files with 1 additions and 1 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-rp = { version = "0.2.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
|
||||
embassy-usb = { version = "0.1.0" }
|
||||
|
||||
numtoa = "0.2.4"
|
||||
|
|
Loading…
Reference in a new issue