The most retro-futuristic toy language in the world.
Find a file
Renovate Bot 366c51d8a2
All checks were successful
continuous-integration/drone/push Build is passing
fix(deps): update rust crate pest_derive to v2.7.6 (#167)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pest_derive](https://pest.rs/) ([source](https://github.com/pest-parser/pest)) | dependencies | patch | `2.7.5` -> `2.7.6` |

---

### Release Notes

<details>
<summary>pest-parser/pest (pest_derive)</summary>

### [`v2.7.6`](https://github.com/pest-parser/pest/releases/tag/v2.7.6)

[Compare Source](https://github.com/pest-parser/pest/compare/v2.7.5...v2.7.6)

#### What's Changed

-   perf: use str instead of Cow to reduce Token size by [@&#8203;sssooonnnggg](https://github.com/sssooonnnggg) in https://github.com/pest-parser/pest/pull/958
-   bump versions + minor clippy fixes by [@&#8203;tomtau](https://github.com/tomtau) in https://github.com/pest-parser/pest/pull/959

#### New Contributors

-   [@&#8203;sssooonnnggg](https://github.com/sssooonnnggg) made their first contribution in https://github.com/pest-parser/pest/pull/958

**Full Changelog**: https://github.com/pest-parser/pest/compare/v2.7.5...v2.7.6

#### Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated `Rule` enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

    ...
    pest_derive = { version = "2.7", features = ["grammar-extras"] }

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: https://code.harton.nz/james/outrun/pulls/167
Co-authored-by: Renovate Bot <bot@harton.nz>
Co-committed-by: Renovate Bot <bot@harton.nz>
2024-01-15 10:58:14 +13:00
.devcontainer feat: add statement parsing. 2022-07-20 20:43:13 +00:00
.vscode improvement: new parser and AST. 2023-06-29 16:37:38 +12:00
assets chore(docs): Update site config. 2022-10-01 08:50:41 +13:00
outrun wip: some code gardening and start on a decompiler. 2022-09-23 17:24:50 +12:00
outrun-common chore: Update readme and licenses for all packages. 2022-09-27 08:34:24 +13:00
outrun-parser fix(deps): update rust crate pest to 2.7 2023-07-21 16:49:59 +12:00
outrun-site chore(docs): Update site config. 2022-10-01 08:50:41 +13:00
outrun-vscode chore(deps): lock file maintenance 2023-02-03 10:48:54 +13:00
.drone.yml chore(CI): simplify drone CI configuration. 2023-08-25 08:45:42 +12:00
.gitignore improvement: add basic website. 2022-09-27 17:28:38 +13:00
.gitmodules improvement: add basic website. 2022-09-27 17:28:38 +13:00
.tool-versions chore(deps): update dependency node to v20.11.0 (#168) 2024-01-15 10:44:46 +13:00
Cargo.lock fix(deps): update rust crate pest_derive to v2.7.6 (#167) 2024-01-15 10:58:14 +13:00
Cargo.toml improvement: new parser and AST. 2023-06-29 16:37:38 +12:00
LICENSE.md chore: add package and license information. 2022-07-18 09:41:49 +12:00
README.md chore(CI): Switch to Drone CI. 2023-07-21 16:17:44 +12:00
renovate.json chore: update renovate configuration. 2023-07-21 18:10:08 +12:00

Hippocratic License HL3-FULL Build Status Issues

🌅 Outrun

The most retro-futuristic toy language in the world.

Outrun is still a work in progress.

Midjourney Outrun Image

License

Outrun is distributed under the terms of the the Hippocratic Version 3.0 Full License.

See LICENSE.md for details.