Oliver Hamlet
55510729ca
Add some tests for regex syntax support
...
Some functionality is only supported because the regex is built with the
Unicode flag instead of the UnicodeSets flag, but that's done for
backwards compatibility as the latter disallows some syntax that may be
in use.
2026-01-18 21:33:23 +00:00
Oliver Hamlet
e20de194f3
Undo proc-macro2 version change in Cargo.toml
...
I don't know why Dependabot sometimes only touches Cargo.lock, and other
times wants to unnecessarily change Cargo.toml too.
2026-01-06 19:27:23 +00:00
dependabot[bot] and GitHub
ec65fdd2a9
Bump proc-macro2 from 1.0.101 to 1.0.104
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.101 to 1.0.104.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.101...1.0.104 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-version: 1.0.104
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-06 18:53:07 +00:00
Oliver Hamlet
08a0487880
Be more permissive with dependency versions
...
The tests all pass when using the bottom of the new version ranges on Windows.
The unicase dependency's lower bound is limited by rust-ini even after using the latest master branch versions of esplugin, libloadorder and loot-condition-interpreter.
The proc-macro2 and quote dependencies' lower bounds are limited by pyo3's dependency tree.
The nodejs wrapper's dependencies haven't been touched.
2025-09-29 21:25:10 +01:00
dependabot[bot] and GitHub
8cc323465a
Bump syn from 2.0.104 to 2.0.106
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.104 to 2.0.106.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.104...2.0.106 )
---
updated-dependencies:
- dependency-name: syn
dependency-version: 2.0.106
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-15 17:02:54 +00:00
dependabot[bot] and GitHub
d06b00b803
Bump proc-macro2 from 1.0.95 to 1.0.101
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.95 to 1.0.101.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.95...1.0.101 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-version: 1.0.101
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-26 07:16:48 +00:00
Oliver Hamlet
ff86fdc65d
Version array-parameterized-test independently of libloot
2025-08-02 16:26:09 +01:00
Oliver Hamlet
b75eced9ea
Rename and tidy up the parameterized-test crate
...
It needed to be renamed to allow it to be published on crates.io, as there's already a parameterized_test crate there.
2025-08-02 16:05:36 +01:00