Feat: Ersetzt is_run_as_root durch die Implementation von Crate sudo_ctdra

This commit is contained in:
2026-08-26 19:14:30 +02:00
parent bf32d82ae7
commit 1c99387d6f
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -10,7 +10,7 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "config-ctdra"
version = "1.0.2"
version = "1.0.3"
dependencies = [
"confy",
"serde",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "config-ctdra"
version = "1.0.2"
version = "1.0.3"
edition = "2024"
authors = ['DragonSlayer_14']
readme = "README.md"