Commit Graph
314 Commits
Author SHA1 Message Date
dependabot[bot]andGitHub bae1faf17d Bump crc32fast from 1.4.2 to 1.5.0
Bumps [crc32fast](https://github.com/srijs/rust-crc32fast) from 1.4.2 to 1.5.0.
- [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.4.2...v1.5.0)

---
updated-dependencies:
- dependency-name: crc32fast
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-20 10:39:58 +00:00
Oliver Hamlet 36a987f0b5 Fix clippy warnings 2025-07-20 11:33:26 +01:00
Oliver HamletandGitHub 6a39e9b110 Merge pull request #71 from loot/dependabot/cargo/libc-0.2.174
Bump libc from 0.2.173 to 0.2.174
2025-06-18 14:18:40 +01:00
dependabot[bot]andGitHub 7475bc3e91 Bump libc from 0.2.173 to 0.2.174
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.173 to 0.2.174.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.174/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.173...0.2.174)

---
updated-dependencies:
- dependency-name: libc
  dependency-version: 0.2.174
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-18 03:27:16 +00:00
Oliver HamletandGitHub 1c8d18a529 Merge pull request #70 from loot/dependabot/cargo/libc-0.2.173
Bump libc from 0.2.172 to 0.2.173
2025-06-16 09:58:57 +01:00
dependabot[bot]andGitHub 9d53beeb1a Bump libc from 0.2.172 to 0.2.173
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.172 to 0.2.173.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.173/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.172...0.2.173)

---
updated-dependencies:
- dependency-name: libc
  dependency-version: 0.2.173
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-16 03:54:06 +00:00
Oliver HamletandGitHub 272a760449 Merge pull request #69 from loot/dependabot/cargo/criterion-0.6.0
Bump criterion from 0.5.1 to 0.6.0
2025-05-19 10:22:12 +01:00
dependabot[bot]andGitHub 9a432c8952 Bump criterion from 0.5.1 to 0.6.0
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.5.1 to 0.6.0.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.5.1...0.6.0)

---
updated-dependencies:
- dependency-name: criterion
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-19 03:58:47 +00:00
Oliver HamletandGitHub 1b3c1174bb Merge pull request #68 from loot/dependabot/cargo/tempfile-3.20.0
Bump tempfile from 3.19.1 to 3.20.0
2025-05-12 08:11:05 +01:00
dependabot[bot]andGitHub ec4c60ed56 Bump tempfile from 3.19.1 to 3.20.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.19.1 to 3.20.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.19.1...v3.20.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-12 03:59:47 +00:00
Oliver Hamlet 3c81bd50e2 Update Windows CI to windows-2025
windows-2019 will be fully retired by the end of June, and 2025 is the latest version.
2025-04-29 22:27:19 +01:00
Oliver Hamlet cacf19c54f Update versions and changelog for v5.3.2 5.3.2 2025-04-28 18:18:29 +01:00
Oliver Hamlet 8a5cf6d124 Update transitive dependencies 2025-04-28 18:18:28 +01:00
Oliver Hamlet 5131b31df4 Update to esplugin 6.1.3 2025-04-28 18:16:39 +01:00
Oliver Hamlet 6415ac9511 Write paths in errors as escaped ASCII text 2025-04-28 17:48:53 +01:00
Oliver Hamlet b45ace0700 Improve FFI error message handling 2025-04-28 17:48:20 +01:00
Oliver Hamlet dbbbcd58e5 Remove check that paths are inside game path
It didn't work correctly for OpenMW or for additional data paths, fixing it would be significantly more complicated, and it doesn't really add any value.
2025-04-27 18:37:40 +01:00
Oliver Hamlet 50d9d11b6b Update metadata syntax version in readme 2025-04-27 07:23:35 +01:00
Oliver Hamlet 2e89521963 Fix description_contains for OpenMW plugins 2025-04-27 07:23:35 +01:00
Oliver Hamlet 2b37e15f2b Run clippy in CI 2025-04-27 07:23:34 +01:00
Oliver Hamlet 9c4f9dcb5e Deny a lot of extra lints and fix their errors 2025-04-26 10:10:48 +01:00
Oliver Hamlet 733d14cd4c Fix Display output for ComparisonOperator::NotEqual 2025-04-26 00:09:26 +01:00
Oliver Hamlet a574a2c98b Fix compiling for platforms that don't have memory map support in pelite 2025-04-25 18:51:29 +01:00
Oliver HamletandGitHub d3307ea7e4 Merge pull request #67 from loot/dependabot/cargo/esplugin-6.1.2
Bump esplugin from 6.1.1 to 6.1.2
2025-04-21 09:40:32 +01:00
dependabot[bot]andGitHub 3875ebfa79 Bump esplugin from 6.1.1 to 6.1.2
Bumps [esplugin](https://github.com/Ortham/esplugin) from 6.1.1 to 6.1.2.
- [Changelog](https://github.com/Ortham/esplugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Ortham/esplugin/compare/6.1.1...6.1.2)

---
updated-dependencies:
- dependency-name: esplugin
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-21 03:29:00 +00:00