Bump version to 4.13.0-test.1
Some checks failed
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled

This commit is contained in:
Orne Brocaar
2025-05-23 09:36:26 +01:00
parent 10e7907251
commit e8d001441c
14 changed files with 20 additions and 20 deletions

View File

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