Skip to content

Commit

Permalink
bump semtech-udp version for tx_ack bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Aug 23, 2021
1 parent 007a51e commit b5455a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hex = "0"
log = "0"
lorawan-encoding = { git = "https://github.com/ivajloip/rust-lorawan.git" }
lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan.git" }
semtech-udp = { version = "0.5", features = ["client"] }
semtech-udp = { version = ">=0.6.1,<1", features=["client"] }
serde = "1"
structopt = "0"
thiserror = "1"
Expand Down

0 comments on commit b5455a1

Please sign in to comment.