diff options
| author | Ulf Lilleengen <[email protected]> | 2024-08-02 19:14:43 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-08-05 08:56:29 +0200 |
| commit | 5767c003ccccfa489648df1e902da5dd3b37e708 (patch) | |
| tree | a2820058b06256791917c05b25aee63ec8897c05 /embassy-rp | |
| parent | e173b973ae7e0ccdd2c55befedec4482c447b590 (diff) | |
Prepare release of embassy-embedded-hal 0.2.0
Diffstat (limited to 'embassy-rp')
| -rw-r--r-- | embassy-rp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-rp/Cargo.toml b/embassy-rp/Cargo.toml index 447c96b4d..5e9f5857b 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -94,7 +94,7 @@ embassy-time-driver = { version = "0.1", path = "../embassy-time-driver", option | |||
| 94 | embassy-time = { version = "0.3.1", path = "../embassy-time" } | 94 | embassy-time = { version = "0.3.1", path = "../embassy-time" } |
| 95 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } | 95 | embassy-futures = { version = "0.1.0", path = "../embassy-futures" } |
| 96 | embassy-hal-internal = {version = "0.1.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } | 96 | embassy-hal-internal = {version = "0.1.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } |
| 97 | embassy-embedded-hal = {version = "0.1.0", path = "../embassy-embedded-hal" } | 97 | embassy-embedded-hal = {version = "0.2.0", path = "../embassy-embedded-hal" } |
| 98 | embassy-usb-driver = {version = "0.1.0", path = "../embassy-usb-driver" } | 98 | embassy-usb-driver = {version = "0.1.0", path = "../embassy-usb-driver" } |
| 99 | atomic-polyfill = "1.0.1" | 99 | atomic-polyfill = "1.0.1" |
| 100 | defmt = { version = "0.3", optional = true } | 100 | defmt = { version = "0.3", optional = true } |
