Skip to content

Commit ef25d6c

Browse files
committed
Update chirpstack_api dependency.
1 parent a73b525 commit ef25d6c

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
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 @@
1111
[dependencies]
1212
libloragw-2g4 = { path = "../libloragw-2g4" }
1313
libconcentratord = { path = "../libconcentratord" }
14-
chirpstack_api = { version = "4.12", default-features = false, path = "../../chirpstack/api/rust" }
14+
chirpstack_api = { version = "4.13.0-test.1", default-features = false }
1515
serde = { version = "1.0", features = ["derive"] }
1616
toml = "0.8"
1717
clap = { version = "4.5", 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 @@
1111
[dependencies]
1212
libloragw-sx1301 = { path = "../libloragw-sx1301" }
1313
libconcentratord = { path = "../libconcentratord" }
14-
chirpstack_api = { version = "4.12", default-features = false, path = "../../chirpstack/api/rust" }
14+
chirpstack_api = { version = "4.13.0-test.1", default-features = false }
1515
serde = { version = "1.0", features = ["derive"] }
1616
toml = "0.8"
1717
clap = { version = "4.5", 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 @@
1111
[dependencies]
1212
libloragw-sx1302 = { path = "../libloragw-sx1302" }
1313
libconcentratord = { path = "../libconcentratord" }
14-
chirpstack_api = { version = "4.12", default-features = false, path = "../../chirpstack/api/rust" }
14+
chirpstack_api = { version = "4.13.0-test.1", default-features = false }
1515
serde = { version = "1.0", features = ["derive"] }
1616
toml = "0.8"
1717
clap = { version = "4.5", features = ["derive"] }

gateway-id/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
[dependencies]
1212
zmq = "0.10"
1313
clap = { version = "4.5", features = ["derive"] }
14-
chirpstack_api = { version = "4.12", default-features = false, path = "../../chirpstack/api/rust" }
14+
chirpstack_api = { version = "4.13.0-test.1", default-features = false }

gateway-location/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
[dependencies]
1212
zmq = "0.10"
1313
clap = { version = "4.5", features = ["derive"] }
14-
chirpstack_api = { version = "4.12", default-features = false, path = "../../chirpstack/api/rust" }
14+
chirpstack_api = { version = "4.13.0-test.1", default-features = false }

libconcentratord/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[dependencies]
99
log = "0.4"
1010
zmq = "0.10"
11-
chirpstack_api = { version = "4.12", default-features = false, path = "../../chirpstack/api/rust" }
11+
chirpstack_api = { version = "4.13.0-test.1", default-features = false }
1212
hex = "0.4"
1313
gpiocdev = { version = "0.7", features = ["uapi_v1"] }
1414
anyhow = "1.0"

0 commit comments

Comments
 (0)