 dependabot[bot]andGitHub
|
b10bb7dbc0
|
Bump tempfile from 3.10.1 to 3.11.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.11.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.1...v3.11.0)
---
updated-dependencies:
- dependency-name: tempfile
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-05 03:06:22 +00:00 |
|
 Oliver HamletandGitHub
|
292b45dc0b
|
Merge pull request #30 from loot/dependabot/cargo/esplugin-6.1.0
Bump esplugin from 6.0.0 to 6.1.0
|
2024-07-25 09:10:01 +01:00 |
|
 dependabot[bot]andGitHub
|
8cbf370d61
|
Bump esplugin from 6.0.0 to 6.1.0
Bumps [esplugin](https://github.com/Ortham/esplugin) from 6.0.0 to 6.1.0.
- [Changelog](https://github.com/Ortham/esplugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Ortham/esplugin/compare/6.0.0...6.1.0)
---
updated-dependencies:
- dependency-name: esplugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-07-25 03:23:02 +00:00 |
|
Oliver Hamlet
|
317dd58d0d
|
Update versions and changelog for v4.0.1
4.0.1
|
2024-06-28 17:49:22 +01:00 |
|
Oliver Hamlet
|
b2fa93f134
|
Refactor CI workflow
|
2024-06-28 17:44:52 +01:00 |
|
Oliver Hamlet
|
54f9541c34
|
Update esplugin to 6.0.0
|
2024-06-28 17:25:47 +01:00 |
|
 Oliver HamletandGitHub
|
37bf6c7b29
|
Merge pull request #27 from loot/dependabot/cargo/regex-1.10.5
Bump regex from 1.10.4 to 1.10.5
|
2024-06-10 10:39:39 +01:00 |
|
 dependabot[bot]andGitHub
|
4f2051712e
|
Bump regex from 1.10.4 to 1.10.5
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.4 to 1.10.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.10.4...1.10.5)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-10 03:43:21 +00:00 |
|
 Oliver HamletandGitHub
|
10eec616ae
|
Merge pull request #26 from loot/dependabot/cargo/crc32fast-1.4.2
Bump crc32fast from 1.4.0 to 1.4.2
|
2024-05-21 09:09:54 +01:00 |
|
 dependabot[bot]andGitHub
|
ca69e0b2fa
|
---
updated-dependencies:
- dependency-name: crc32fast
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-21 03:47:16 +00:00 |
|
 Oliver HamletandGitHub
|
17a280b5c3
|
Merge pull request #25 from loot/dependabot/cargo/libc-0.2.155
Bump libc from 0.2.154 to 0.2.155
|
2024-05-20 09:20:20 +01:00 |
|
 dependabot[bot]andGitHub
|
68a3d8204b
|
Bump libc from 0.2.154 to 0.2.155
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.154 to 0.2.155.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155)
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-20 03:29:33 +00:00 |
|
Oliver Hamlet
|
458841ce45
|
Update version numbers and changelog for v4.0.0
4.0.0
|
2024-05-02 20:54:56 +01:00 |
|
Oliver Hamlet
|
c21391568c
|
Add context to Error::ParsingIncomplete
|
2024-05-02 20:54:56 +01:00 |
|
Oliver Hamlet
|
848747e07c
|
Update dependencies
|
2024-05-02 20:30:47 +01:00 |
|
Oliver Hamlet
|
97f366f7b9
|
Update esplugin to v5.0.1
|
2024-05-02 20:29:07 +01:00 |
|
Oliver Hamlet
|
df88090a5d
|
Update to Rust's 2021 edition
This means that the winapi sub-dependency is built with fewer features.
|
2024-05-02 19:55:52 +01:00 |
|
Oliver Hamlet
|
c508533d4b
|
Remove the ffi-headers feature
Rely on a separate cbindgen instance instead, which is less self-contained but more practical.
|
2024-04-30 23:29:31 +01:00 |
|
Oliver Hamlet
|
adeac2317c
|
Update GitHub Actions
To address deprecation warnings.
|
2024-04-30 22:58:41 +01:00 |
|
Oliver Hamlet
|
3af0ac5773
|
Commit Cargo.lock
This will allow deterministic builds in CI and is now the recommended approach (and cargo new no longer adds it to .gitignore).
|
2024-04-30 22:45:59 +01:00 |
|
 Oliver HamletandGitHub
|
e2de805d8d
|
Merge pull request #24 from loot/dependabot/cargo/cbindgen-0.26
Update cbindgen requirement from 0.25 to 0.26
|
2023-09-14 10:33:19 +01:00 |
|
 dependabot[bot]andGitHub
|
f09b68c7dc
|
Update cbindgen requirement from 0.25 to 0.26
Updates the requirements on [cbindgen](https://github.com/mozilla/cbindgen) to permit the latest version.
- [Release notes](https://github.com/mozilla/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](https://github.com/mozilla/cbindgen/compare/v0.25.0...0.26.0)
---
updated-dependencies:
- dependency-name: cbindgen
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-09-14 03:55:00 +00:00 |
|
Oliver Hamlet
|
922a8f9e7d
|
Update version numbers and changelog for v3.1.0
3.1.0
|
2023-09-05 18:49:13 +01:00 |
|
Oliver Hamlet
|
30c140eb4d
|
Add support for Starfield
As far as loot-condition-interpreter is concerned, it's not really any
different from Fallout 4.
|
2023-09-05 18:48:44 +01:00 |
|
 Oliver HamletandGitHub
|
9a29925b21
|
Merge pull request #23 from loot/dependabot/cargo/cbindgen-0.25
Update cbindgen requirement from 0.24 to 0.25
|
2023-08-28 18:53:39 +01:00 |
|