Skip to content

Commit

Permalink
solve warnings in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nanobreaker committed Feb 23, 2025
1 parent 4bc6ca4 commit 6766822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ embassy-rp = { version = "0.3.1", features = [
"critical-section-impl",
"rp2040",
] }
lora-phy = { git = "https://github.com/lora-rs/lora-rs.git#40926b7", features = [
lora-phy = { git = "https://github.com/lora-rs/lora-rs.git", rev = "40926b7", features = [
"lorawan-radio",
"defmt-03",
] }
lorawan-device = { git = "https://github.com/lora-rs/lora-rs.git#40926b7", default-features = false, features = [
lorawan-device = { git = "https://github.com/lora-rs/lora-rs.git", rev = "40926b7", default-features = false, features = [
"region-eu868",
"embassy-time",
"default-crypto",
Expand Down

0 comments on commit 6766822

Please sign in to comment.