Update libloadorder from 18.5.1 to 18.6.0

This commit is contained in:
Oliver Hamlet
2026-03-26 22:55:13 +00:00
parent 41193a500f
commit b6283fbd27
3 changed files with 5 additions and 5 deletions
Generated
+2 -2
View File
@@ -576,9 +576,9 @@ dependencies = [
[[package]]
name = "libloadorder"
version = "18.5.1"
version = "18.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69b44af67e4a19561303219523bfad95f4e7d85223aa7c2f4ba91c30b96c01ab"
checksum = "ab729022a2cf10b7c1ce24139b230936ce81176f94b871ae8f867727f7fc68e1"
dependencies = [
"dirs",
"encoding_rs",
+1 -1
View File
@@ -10,7 +10,7 @@ license.workspace = true
[dependencies]
crc32fast = "1"
esplugin = "6.1"
libloadorder = "18.5"
libloadorder = "18.6"
log = { version = "0.4.6", features = ["std"] }
loot-condition-interpreter = "6"
petgraph = ">= 0.6, < 0.9"
+2 -2
View File
@@ -34,8 +34,8 @@ user-id = 55123
user-login = "rust-lang-owner"
[[publisher.libloadorder]]
version = "18.5.1"
when = "2025-09-29"
version = "18.6.0"
when = "2026-03-26"
trusted-publisher = "github:Ortham/libloadorder"
[[publisher.loot-condition-interpreter]]