diff options
| author | Michael van Niekerk <[email protected]> | 2023-07-28 11:38:45 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-28 11:38:45 +0200 |
| commit | 1d4e1092c455956b6a90756cf385f9ae75d89fc6 (patch) | |
| tree | 411abdaaae979320b76a2940b64ee435e1249a22 /examples/rp | |
| parent | 0f1ff77fcc3c085f9969bac4963d784c022e6044 (diff) | |
| parent | 44c8db2911f0f9d82e6517e31944777454c4e459 (diff) | |
Merge branch 'embassy-rs:main' into main
Diffstat (limited to 'examples/rp')
| -rw-r--r-- | examples/rp/Cargo.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index 2a018ad04..9b6468f9c 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -54,7 +54,4 @@ pio = "0.2.1" | |||
| 54 | rand = { version = "0.8.5", default-features = false } | 54 | rand = { version = "0.8.5", default-features = false } |
| 55 | 55 | ||
| 56 | [profile.release] | 56 | [profile.release] |
| 57 | debug = true | 57 | debug = 2 |
| 58 | |||
| 59 | [patch.crates-io] | ||
| 60 | lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "ad289428fd44b02788e2fa2116445cc8f640a265" } | ||
