Skip to content

fix: remove luajit feature from cargo.toml#9

Merged
oowl merged 1 commit into
masterfrom
fix-luajit-error-I
Dec 17, 2025
Merged

fix: remove luajit feature from cargo.toml#9
oowl merged 1 commit into
masterfrom
fix-luajit-error-I

Conversation

@oowl

@oowl oowl commented Dec 17, 2025

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 17, 2025 16:18

Copilot AI left a comment

Copy link
Copy Markdown

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 makes the LuaJIT feature optional rather than always enabled, allowing the library to support different Lua versions based on build-time configuration.

  • Removed "luajit" from mlua dependency's default features in Cargo.toml
  • Updated CI workflow to explicitly enable luajit feature for OpenResty-based testing
  • Bumped rockspec version from 0.1.2-1 to 0.1.4-1

Reviewed changes

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

File Description
Cargo.toml Removes "luajit" from mlua dependency's default features, making it opt-in via --features flag
.github/workflows/test.yml Adds --features "luajit" to cargo build and clippy commands to maintain LuaJIT support in CI
lua-reqwest-0.1.4-1.rockspec Updates package version from 0.1.2-1 to 0.1.4-1 with corresponding git tag update

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@oowl oowl merged commit f67f336 into master Dec 17, 2025
14 checks passed
@oowl

oowl commented Dec 17, 2025

Copy link
Copy Markdown
Owner Author

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