Update loot-condition-interpreter to v6.0.0

This commit is contained in:
Oliver Hamlet
2026-01-21 17:55:40 +00:00
parent f606f169a5
commit 7015db6211
3 changed files with 5 additions and 5 deletions
Generated
+2 -2
View File
@@ -680,9 +680,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
[[package]]
name = "loot-condition-interpreter"
version = "5.4.0"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25b56d48ce8c6249efb16d2bf91a3c959dc57eeeff906116547c0af8c86bb953"
checksum = "658c7e8070b5d723294fed720100537640ea9fc467a2b9e15a4b58a50a2cd960"
dependencies = [
"crc32fast",
"esplugin",
+1 -1
View File
@@ -12,7 +12,7 @@ crc32fast = "1"
esplugin = "6.1"
libloadorder = "18.5"
log = { version = "0.4.6", features = ["std"] }
loot-condition-interpreter = "5"
loot-condition-interpreter = ">= 5, < 7"
petgraph = ">= 0.6, < 0.9"
rayon = "1"
regress = ">= 0.2.0, < 0.11"
+2 -2
View File
@@ -39,8 +39,8 @@ when = "2025-09-29"
trusted-publisher = "github:Ortham/libloadorder"
[[publisher.loot-condition-interpreter]]
version = "5.4.0"
when = "2026-01-01"
version = "6.0.0"
when = "2026-01-21"
trusted-publisher = "github:loot/loot-condition-interpreter"
[[publisher.unicode-segmentation]]