Skip to content

Commit

Permalink
v0.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Sep 8, 2021
1 parent f6f40ee commit c62d261
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

6 changes: 3 additions & 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.2.7"
version = "0.2.8"
authors = ["lthiery <[email protected]>"]
edition = "2018"
publish = false
Expand All @@ -11,8 +11,8 @@ env_logger = "0"
heapless = "0"
hex = "0"
log = "0"
lorawan-encoding = { git = "https://github.com/ivajloip/rust-lorawan.git" }
lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan.git" }
lorawan-encoding = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "674eca001185caaa8eb9d1f2e6d203760d94c7b9" }
lorawan-device = { git = "https://github.com/ivajloip/rust-lorawan.git", rev = "674eca001185caaa8eb9d1f2e6d203760d94c7b9" }
semtech-udp = { version = ">=0.7,<1", features=["client"] }
serde = "1"
structopt = "0"
Expand Down

0 comments on commit c62d261

Please sign in to comment.