Skip to content

Update mame dependency to 0.3.0 and migrate config syntax for environment variables#12

Merged
sile merged 1 commit intomainfrom
mame-v0-3
Sep 10, 2025
Merged

Update mame dependency to 0.3.0 and migrate config syntax for environment variables#12
sile merged 1 commit intomainfrom
mame-v0-3

Conversation

@sile
Copy link
Copy Markdown
Owner

@sile sile commented Sep 10, 2025

No description provided.

@sile sile requested a review from Copilot September 10, 2025 10:48
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the mame dependency from version 0.2.3 to 0.3.0 and migrates the configuration syntax for environment variable references to use the new format introduced in the updated version.

  • Updated mame dependency to version 0.3.0 in Cargo.toml
  • Migrated environment variable syntax from {"ref": "VARIABLE_NAME"} to {"env!": "VARIABLE_NAME", "default": value}
  • Removed the separate variables section that was previously required for environment variable definitions

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.

File Description
Cargo.toml Updates mame dependency to version 0.3.0
configs/default.jsonc Removes variables section and migrates environment variable syntax
configs/sile.jsonc Migrates environment variable syntax to new format

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@sile sile merged commit 5b83d56 into main Sep 10, 2025
9 checks passed
@sile sile deleted the mame-v0-3 branch September 10, 2025 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants