Skip to content

Commit

Permalink
bump semtech-udp to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Feb 4, 2023
1 parent ac63d48 commit d265fef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
@@ -1,6 +1,6 @@
[package]
name = "gwmp-mux"
version = "0.9.8"
version = "0.10.5"
authors = ["Louis Thiery <[email protected]>"]
edition = "2021"
description = "Multiplexer for Semtech's GWMP over UDP"
Expand All @@ -9,7 +9,7 @@ keywords = ["lorawan", "iot", "lpwan", "semtech", "gwmp"]
repository = "https://github.com/helium/gwmp-mux"

[dependencies]
semtech-udp = { version = ">=0.10", features = ["server", "client"] }
semtech-udp = { version = ">=0.10.5", features = ["server", "client"] }
tokio = { version = "1", features = ["sync", "io-util", "signal", "io-std"]}
structopt = { version = "0.3.2", default-features = false }
slog = "2"
Expand Down

0 comments on commit d265fef

Please sign in to comment.