Skip to content

Restore stable Rust#1136

Merged
saulecabrera merged 1 commit intomainfrom
jc.restore-stable-rust
Feb 18, 2026
Merged

Restore stable Rust#1136
saulecabrera merged 1 commit intomainfrom
jc.restore-stable-rust

Conversation

@jeffcharles
Copy link
Collaborator

Description of the change

Switch back to using latest stable Rust. In this case 1.93.1 which includes a fix for the leaky file descriptor bug we were seeing.

Why am I making this change?

As I mentioned in a previous comment, I prefer if we continuously integrate using the latest stable version to discover bugs sooner so we have more time to address the bug versus discovering bugs with adopting a newer version of Rust later and having to do a less optimal fix due to time constraints and I'm okay with requiring more PRs as a result of that strategy.

Checklist

  • I've updated the default plugin import namespace and incremented the major version of javy-plugin-api if the QuickJS bytecode has changed.
  • I've updated the relevant CHANGELOG files if necessary. Changes to javy-cli, javy-plugin, and javy-plugin-processing do not require updating CHANGELOG files.
  • I've updated the relevant crate versions if necessary. Versioning policy for library crates
  • I've updated documentation including crate documentation if necessary.

@saulecabrera saulecabrera merged commit b5e6b9e into main Feb 18, 2026
5 checks passed
@saulecabrera saulecabrera deleted the jc.restore-stable-rust branch February 18, 2026 22:00
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