Update libloadorder to v18.7.0

Make it the minimum version to ensure that Starfield v1.16.236.0's and the Terran Armada DLC's new plugins are supported.
This commit is contained in:
Oliver Hamlet
2026-04-07 18:15:37 +01:00
parent a7250a16cf
commit 180a70d2ca
3 changed files with 5 additions and 5 deletions
Generated
+2 -2
View File
@@ -576,9 +576,9 @@ dependencies = [
[[package]]
name = "libloadorder"
version = "18.6.0"
version = "18.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab729022a2cf10b7c1ce24139b230936ce81176f94b871ae8f867727f7fc68e1"
checksum = "bb413492bdb795dde55093be3568c63956169f99b8ed4afc953da41aac9f3e88"
dependencies = [
"dirs",
"encoding_rs",
+1 -1
View File
@@ -11,7 +11,7 @@ rust-version.workspace = true
[dependencies]
crc32fast = "1"
esplugin = "6.1"
libloadorder = "18.6"
libloadorder = "18.7"
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.6.0"
when = "2026-03-26"
version = "18.7.0"
when = "2026-04-07"
trusted-publisher = "github:Ortham/libloadorder"
[[publisher.loot-condition-interpreter]]