diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-27 08:44:05 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-27 08:44:05 +0200 |
| commit | 3e8d8fec15286eb25b8bba7d103c8fc279544551 (patch) | |
| tree | f0cf1063d75510d6eb4b53b24f61c22828ac629c /embassy-rp | |
| parent | 2454b3cc7e450e28a3d354a1940c4913828a27e9 (diff) | |
fix: update more minor versions
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 e9541295c..101914a36 100644 --- a/embassy-rp/Cargo.toml +++ b/embassy-rp/Cargo.toml | |||
| @@ -153,7 +153,7 @@ embassy-time-queue-utils = { version = "0.3.0", path = "../embassy-time-queue-ut | |||
| 153 | embassy-time = { version = "0.5.0", path = "../embassy-time" } | 153 | embassy-time = { version = "0.5.0", path = "../embassy-time" } |
| 154 | embassy-futures = { version = "0.1.2", path = "../embassy-futures" } | 154 | embassy-futures = { version = "0.1.2", path = "../embassy-futures" } |
| 155 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } | 155 | embassy-hal-internal = { version = "0.3.0", path = "../embassy-hal-internal", features = ["cortex-m", "prio-bits-2"] } |
| 156 | embassy-embedded-hal = { version = "0.4.1", path = "../embassy-embedded-hal" } | 156 | embassy-embedded-hal = { version = "0.5.0", path = "../embassy-embedded-hal" } |
| 157 | embassy-usb-driver = { version = "0.2.0", path = "../embassy-usb-driver" } | 157 | embassy-usb-driver = { version = "0.2.0", path = "../embassy-usb-driver" } |
| 158 | atomic-polyfill = "1.0.1" | 158 | atomic-polyfill = "1.0.1" |
| 159 | defmt = { version = "1.0.1", optional = true } | 159 | defmt = { version = "1.0.1", optional = true } |
