mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Require regress v0.10.5
There are tests that check for the functionality that version newly supports, so an earlier version won't work as expected.
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ log = { version = "0.4.6", features = ["std"] }
|
||||
loot-condition-interpreter = ">= 5, < 7"
|
||||
petgraph = ">= 0.6, < 0.9"
|
||||
rayon = "1"
|
||||
regress = ">= 0.2.0, < 0.11"
|
||||
regress = "0.10.5"
|
||||
rustc-hash = ">= 1.0.0, < 3"
|
||||
saphyr = ">= 0.0.5, < 0.0.7"
|
||||
unicase = "2.6.0"
|
||||
|
||||
@@ -36,6 +36,7 @@ Added
|
||||
deduplicate certain metadata values. The behaviour is configurable using the
|
||||
new ``MetadataWriteOptions`` struct (or class, in the C++ wrapper), and is
|
||||
disabled by default.
|
||||
- Support for modifiers in plugin metadata name regexes.
|
||||
|
||||
Fixed
|
||||
-----
|
||||
|
||||
@@ -39,7 +39,6 @@ Changed
|
||||
exist), the function now always evaluates to false. Previously it would
|
||||
evaluate to true when the comparator was ``<``, ``<=`` or ``!=``, and false
|
||||
otherwise.
|
||||
- Plugin metadata name regexes now support modifiers.
|
||||
- The specific regex syntax and features supported are now explicitly decoupled
|
||||
from metadata syntax versioning, so they can change independently.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user