Skip to content

Commit 88ee06c

Browse files
committed
Update chirpstack-api to v4.2.0.
1 parent 6187e61 commit 88ee06c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chirpstack-concentratord-2g4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
[dependencies]
1212
libloragw-2g4 = {path = "../libloragw-2g4"}
1313
libconcentratord = {path = "../libconcentratord"}
14-
chirpstack_api = { version = "4.2.0-test.1", default-features = false }
14+
chirpstack_api = { version = "4.2.0", default-features = false }
1515
serde = { version = "1.0", features = ["derive"] }
1616
toml = "0.5"
1717
clap = { version = "4.1", features = ["derive"] }

chirpstack-concentratord-sx1301/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
[dependencies]
1212
libloragw-sx1301 = {path = "../libloragw-sx1301"}
1313
libconcentratord = {path = "../libconcentratord"}
14-
chirpstack_api = { version = "4.2.0-test.1", default-features = false }
14+
chirpstack_api = { version = "4.2.0", default-features = false }
1515
serde = { version = "1.0", features = ["derive"] }
1616
toml = "0.5"
1717
clap = { version = "4.1", features = ["derive"] }

chirpstack-concentratord-sx1302/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
[dependencies]
1212
libloragw-sx1302 = {path = "../libloragw-sx1302"}
1313
libconcentratord = {path = "../libconcentratord"}
14-
chirpstack_api = { version = "4.2.0-test.1", default-features = false }
14+
chirpstack_api = { version = "4.2.0", default-features = false }
1515
serde = { version = "1.0", features = ["derive"] }
1616
toml = "0.5"
1717
clap = { version = "4.1", features = ["derive"] }

libconcentratord/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
log = "0.4"
1010
zmq = "0.10"
1111
lazy_static = "1.4"
12-
chirpstack_api = { version = "4.2.0-test.1", default-features = false }
12+
chirpstack_api = { version = "4.2.0", default-features = false }
1313
prost = "0.11"
1414
pbjson-types = "0.5"
1515
hex = "0.4"

0 commit comments

Comments
 (0)