Skip to content

Will there be another release on crates.io? #24

Closed
@bolshoytoster

Description

@bolshoytoster

The current 'stable' (0.1.6) release of this project is over 2 years old, and depends on a horrendously old version of deno_core (0.84.0), which depends on an even more old rusty_v8 (0.22.3).

This has worked perfectly fine for me, until rust changed the size of TypeIds in nightly, which causes an assertion in said version of rusty_v8 to fail, panicing.

I can solve this by using an older compiler, but making a new release would make sure others are less likely to run into this issue in the future. (It would also bring recent performance boosts from deno and rusty_v8 as well)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions