From d9cc6b7db95fe7cfbf55f90e6e29db598ad0554d Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 9 Jan 2026 20:58:39 +0000 Subject: [PATCH] Revert unnecessary log version change in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8df80375..ebb125ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license.workspace = true crc32fast = "1" esplugin = "6.1" libloadorder = "18.5" -log = { version = "0.4.29", features = ["std"] } +log = { version = "0.4.6", features = ["std"] } loot-condition-interpreter = "5" petgraph = ">= 0.6, < 0.9" rayon = "1"