diff options
| author | Ulf Lilleengen <[email protected]> | 2025-01-09 11:41:00 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-01-09 11:41:00 +0100 |
| commit | 9d94d68a7f2c92dc306ea6864ef518b6e73d15ec (patch) | |
| tree | 69a9fbdafefcac516e75276e33e629d6179e09b0 /embassy-boot-nrf/Cargo.toml | |
| parent | cd70c19ab5652fd58ad397ccef207298d52e66aa (diff) | |
Create embassy-nrf 0.3.1
Diffstat (limited to 'embassy-boot-nrf/Cargo.toml')
| -rw-r--r-- | embassy-boot-nrf/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot-nrf/Cargo.toml b/embassy-boot-nrf/Cargo.toml index e49bed15d..cb83ce2a4 100644 --- a/embassy-boot-nrf/Cargo.toml +++ b/embassy-boot-nrf/Cargo.toml | |||
| @@ -25,7 +25,7 @@ defmt = { version = "0.3", optional = true } | |||
| 25 | log = { version = "0.4.17", optional = true } | 25 | log = { version = "0.4.17", optional = true } |
| 26 | 26 | ||
| 27 | embassy-sync = { version = "0.6.1", path = "../embassy-sync" } | 27 | embassy-sync = { version = "0.6.1", path = "../embassy-sync" } |
| 28 | embassy-nrf = { version = "0.3.0", path = "../embassy-nrf", default-features = false } | 28 | embassy-nrf = { version = "0.3.1", path = "../embassy-nrf", default-features = false } |
| 29 | embassy-boot = { version = "0.4.0", path = "../embassy-boot" } | 29 | embassy-boot = { version = "0.4.0", path = "../embassy-boot" } |
| 30 | cortex-m = { version = "0.7.6" } | 30 | cortex-m = { version = "0.7.6" } |
| 31 | cortex-m-rt = { version = "0.7" } | 31 | cortex-m-rt = { version = "0.7" } |
