From f32c5eb5afb054eb1bfa482347733967129e28b6 Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Thu, 27 Apr 2023 16:00:49 +0100 Subject: [PATCH] Bump lrwn_filters version. --- Cargo.lock | 2 +- lrwn-filters/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e9b9a9c..c1ceae84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2427,7 +2427,7 @@ dependencies = [ [[package]] name = "lrwn_filters" -version = "4.3.2" +version = "4.3.3-test.1" dependencies = [ "hex", "lrwn", diff --git a/lrwn-filters/Cargo.toml b/lrwn-filters/Cargo.toml index e536037d..8ce15253 100644 --- a/lrwn-filters/Cargo.toml +++ b/lrwn-filters/Cargo.toml @@ -3,7 +3,7 @@ name = "lrwn_filters" description = "Library for filtering LoRaWAN payloads on DevAddr and JoinEUIs prefixes" homepage = "https://www.chirpstack.io/" license = "MIT" -version = "4.3.2" +version = "4.3.3-test.1" authors = ["Orne Brocaar "] edition = "2021" repository = "https://github.com/chirpstack/chirpstack"