Skip to content

Commit

Permalink
print on socket error (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery authored Aug 10, 2020
1 parent 6c4d0ee commit 71bad04
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 81 deletions.
129 changes: 58 additions & 71 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtual-lorawan-device"
version = "0.1.3"
version = "0.1.5"
authors = ["lthiery <[email protected]>"]
edition = "2018"

Expand All @@ -19,8 +19,6 @@ version = "0.4.1"
[dependencies]
prometheus = { version = "0.9.0" }
semtech-udp = { git = "https://github.com/helium/semtech-udp.git" }
#lorawan-device = { path = "../rust-lorawan/device"}
#lorawan-encoding = { path = "../rust-lorawan/encoding"}
lorawan-device = { git = "https://github.com/helium/rust-lorawan.git"}
lorawan-encoding = { git = "https://github.com/helium/rust-lorawan.git"}
rand = "0.7.3"
Expand Down
Loading

0 comments on commit 71bad04

Please sign in to comment.