DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
431 stars 58 forks source link

Use up to date version config in build.rs #305

Closed saulecabrera closed 2 months ago

saulecabrera commented 2 months ago

This commit fixes the QuickJS version used in the build file, which should match the version defined in quickjs/VERSION

codecov-commenter commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.06%. Comparing base (84d50f3) to head (0448ac3).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #305 +/- ## ======================================= Coverage 68.06% 68.06% ======================================= Files 81 81 Lines 12214 12214 ======================================= Hits 8313 8313 Misses 3901 3901 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DelSkayn commented 2 months ago

Thanks!