diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-08-19 01:05:13 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-08-19 01:15:32 +0200 |
| commit | 5d4da78c944e5f7e851b7ff7843b97d9466a4e64 (patch) | |
| tree | bf1b0f583fec571ed389a27ce5d36b07d6620b45 /embassy-lora | |
| parent | cc400aa17813ff9f2329842856725e1b265f39a2 (diff) | |
Fix lora docs build.
Diffstat (limited to 'embassy-lora')
| -rw-r--r-- | embassy-lora/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-lora/Cargo.toml b/embassy-lora/Cargo.toml index 90c544d8d..feea06582 100644 --- a/embassy-lora/Cargo.toml +++ b/embassy-lora/Cargo.toml | |||
| @@ -29,3 +29,6 @@ embedded-hal = { version = "0.2", features = ["unproven"] } | |||
| 29 | futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } | 29 | futures = { version = "0.3.17", default-features = false, features = [ "async-await" ] } |
| 30 | lora-phy = { version = "1" } | 30 | lora-phy = { version = "1" } |
| 31 | lorawan-device = { version = "0.10.0", default-features = false, features = ["async"], optional = true } | 31 | lorawan-device = { version = "0.10.0", default-features = false, features = ["async"], optional = true } |
| 32 | |||
| 33 | [patch.crates-io] | ||
| 34 | lora-phy = { git = "https://github.com/embassy-rs/lora-phy", rev = "1323eccc1c470d4259f95f4f315d1be830d572a3"} \ No newline at end of file | ||
