Update libloadorder to v18.8.1

This commit is contained in:
Oliver Hamlet
2026-04-16 18:23:44 +01:00
parent 022143786f
commit 4b1ab4fe16
3 changed files with 5 additions and 5 deletions
Generated
+2 -2
View File
@@ -576,9 +576,9 @@ dependencies = [
[[package]]
name = "libloadorder"
version = "18.7.0"
version = "18.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb413492bdb795dde55093be3568c63956169f99b8ed4afc953da41aac9f3e88"
checksum = "c56f600203795fb91dd595c86ae99e469261c260973b464f93de70f20606ea16"
dependencies = [
"dirs",
"encoding_rs",
+1 -1
View File
@@ -11,7 +11,7 @@ rust-version.workspace = true
[dependencies]
crc32fast = "1"
esplugin = "6.1"
libloadorder = "18.7"
libloadorder = "18.8"
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.7.0"
when = "2026-04-07"
version = "18.8.1"
when = "2026-04-16"
trusted-publisher = "github:Ortham/libloadorder"
[[publisher.loot-condition-interpreter]]