Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deno_core dependency to 0.200 to avoid compilation error in nightly rust #25

Merged
merged 2 commits into from
Aug 24, 2023

Conversation

bolshoytoster
Copy link
Contributor

The currently depended on version of v8 asserts that TypeId is 64 bits, it has been updated to 128 bits in nightly rust, causing a compilation error. This PR updates the dependency to avoid this assertion error.

@Bromeon
Copy link
Owner

Bromeon commented Aug 24, 2023

Thanks a lot!

(for reference: part of #24)

@Bromeon Bromeon merged commit bda79da into Bromeon:master Aug 24, 2023
@andrewtoth
Copy link

Can confirm this fixes building on stable 1.72.0.

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.

3 participants