bump version to 0.6.1

This commit is contained in:
Cooper Quintin
2025-08-25 13:18:31 -07:00
committed by Markus Unterwaditzer
parent 29ce6729ee
commit 69dc528f34
8 changed files with 13 additions and 13 deletions
Generated
+6 -6
View File
@@ -1729,7 +1729,7 @@ dependencies = [
[[package]]
name = "installer"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"adb_client",
"aes",
@@ -2707,7 +2707,7 @@ dependencies = [
[[package]]
name = "rayhunter"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"bytes",
"chrono",
@@ -2729,7 +2729,7 @@ dependencies = [
[[package]]
name = "rayhunter-check"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"clap",
"futures",
@@ -2743,7 +2743,7 @@ dependencies = [
[[package]]
name = "rayhunter-daemon"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"anyhow",
"async-trait",
@@ -2888,7 +2888,7 @@ dependencies = [
[[package]]
name = "rootshell"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"nix",
]
@@ -3365,7 +3365,7 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "telcom-parser"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"asn1-codecs",
"asn1-compiler",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rayhunter-check"
version = "0.6.0"
version = "0.6.1"
edition = "2024"
[dependencies]
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rayhunter-daemon"
version = "0.6.0"
version = "0.6.1"
edition = "2024"
rust-version = "1.88.0"
+1 -1
View File
@@ -16,7 +16,7 @@ using the `rayhunter-check` CLI tool. That tool contains the same heuristics as
Rayhunter and will also work on traffic data captured with other tools, such as
QCSuper.
Since, 0.7.0, `rayhunter-check` is included in the release zipfile.
Since, 0.6.1, `rayhunter-check` is included in the release zipfile.
You can build `rayhunter-check` from source with the following command:
`cargo build --bin rayhunter-check`
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "installer"
version = "0.6.0"
version = "0.6.1"
edition = "2024"
[dependencies]
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rayhunter"
version = "0.6.0"
version = "0.6.1"
edition = "2024"
description = "Realtime cellular data decoding and analysis for IMSI catcher detection"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "rootshell"
version = "0.6.0"
version = "0.6.1"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "telcom-parser"
version = "0.6.0"
version = "0.6.1"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html