From 5b9dd856a8b6a40f60a64a2947a5aca7dbb0bf34 Mon Sep 17 00:00:00 2001 From: Cooper Quintin Date: Thu, 29 May 2025 16:16:47 -0700 Subject: [PATCH] version bump --- Cargo.lock | 10 +++++----- bin/Cargo.toml | 2 +- installer/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- rootshell/Cargo.toml | 2 +- telcom-parser/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18cf325..8f9cfb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1448,7 +1448,7 @@ dependencies = [ [[package]] name = "installer" -version = "0.3.1" +version = "0.3.2" dependencies = [ "adb_client", "anyhow", @@ -2322,7 +2322,7 @@ dependencies = [ [[package]] name = "rayhunter" -version = "0.3.1" +version = "0.3.2" dependencies = [ "bytes", "chrono", @@ -2343,7 +2343,7 @@ dependencies = [ [[package]] name = "rayhunter-daemon" -version = "0.3.1" +version = "0.3.2" dependencies = [ "axum", "chrono", @@ -2471,7 +2471,7 @@ checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a" [[package]] name = "rootshell" -version = "0.3.1" +version = "0.3.2" dependencies = [ "nix", ] @@ -2844,7 +2844,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "telcom-parser" -version = "0.3.1" +version = "0.3.2" dependencies = [ "asn1-codecs", "asn1-compiler", diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 88510c4..f159147 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter-daemon" -version = "0.3.1" +version = "0.3.2" edition = "2021" [features] diff --git a/installer/Cargo.toml b/installer/Cargo.toml index ea7ce27..072f402 100644 --- a/installer/Cargo.toml +++ b/installer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "installer" -version = "0.3.1" +version = "0.3.2" edition = "2024" [dependencies] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d6ce6b8..5fe8d77 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rayhunter" -version = "0.3.1" +version = "0.3.2" edition = "2021" description = "Realtime cellular data decoding and analysis for IMSI catcher detection" diff --git a/rootshell/Cargo.toml b/rootshell/Cargo.toml index 4bf990a..2c55ba1 100644 --- a/rootshell/Cargo.toml +++ b/rootshell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rootshell" -version = "0.3.1" +version = "0.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/telcom-parser/Cargo.toml b/telcom-parser/Cargo.toml index c2abd66..ec7d828 100644 --- a/telcom-parser/Cargo.toml +++ b/telcom-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "telcom-parser" -version = "0.3.1" +version = "0.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html