mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
Generated
+2
-2
@@ -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
@@ -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"
|
||||
|
||||
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user