Bump version to 4.10.2

This commit is contained in:
Orne Brocaar
2024-12-10 13:01:17 +00:00
parent e5397ca43a
commit e50a1e3655
41 changed files with 1327 additions and 5701 deletions

View File

@ -3,13 +3,13 @@
description = "Library for building external ChirpStack integrations"
homepage = "https://www.chirpstack.io/"
license = "MIT"
version = "4.10.1"
version = "4.10.2"
authors = ["Orne Brocaar <info@brocaar.com>"]
edition = "2021"
repository = "https://github.com/chirpstack/chirpstack"
[dependencies]
chirpstack_api = { path = "../api/rust", version = "4.10.1" }
chirpstack_api = { path = "../api/rust", version = "4.10.2" }
redis = { version = "0.27", features = [
"cluster-async",
"tokio-rustls-comp",