refactor: remove unnecessary cfg-if dependency (#1509)

This commit is contained in:
Gideon
2025-11-15 12:47:54 +01:00
committed by GitHub
parent ca2d16edfd
commit a3503c0c70
3 changed files with 16 additions and 23 deletions

View File

@@ -30,7 +30,6 @@ glob = "~0.3"
strum = { version = "~0.26", features = ["derive"] }
thiserror = "~1.0"
tempfile = "~3.10"
cfg-if = "~1.0"
tokio = { version = "~1.47", features = ["process", "rt-multi-thread"] }
futures = "~0.3"
regex = "~1.10"