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

chore: deno_core -> 0.202.0 #20135

Merged
merged 8 commits into from
Aug 12, 2023
Merged

chore: deno_core -> 0.202.0 #20135

merged 8 commits into from
Aug 12, 2023

Conversation

mmastrac
Copy link
Contributor

@mmastrac mmastrac commented Aug 11, 2023

@mmastrac mmastrac enabled auto-merge (squash) August 11, 2023 21:33
@mmastrac mmastrac changed the title chore: deno_core -> 0.201.0 chore: deno_core -> 0.202.0 Aug 12, 2023
@@ -38,10 +38,9 @@ license = "MIT"
repository = "https://github.com/denoland/deno"

[workspace.dependencies]
v8 = { version = "0.74.1", default-features = false }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any rationale why this got removed (it actually broke the homebrew build)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's easier for us to manage version bumps if they flow from the upstream deno_core dep. rusty_v8, deno_core, serde_v8 and deno_ops all need to bump in lockstep.

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.

v1.33.1 now requires --v8-flags=--max-old-space-size=8192 to prevent OOME
3 participants