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

Remove interface version 7 support #1952

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Remove interface version 7 support #1952

merged 2 commits into from
Nov 20, 2023

Conversation

chipshort
Copy link
Collaborator

closes #1950

Copy link
Member

@webmaster128 webmaster128 left a comment

Choose a reason for hiding this comment

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

Nice, just a CHANGELOG

@@ -64,7 +59,7 @@ bitflags = "1.1.0" # https://github.com/CensoredUsername/dynasm-rs/pull/74
# wasmer-middlewares = { path = "../../../wasmer/lib/middlewares" }

[dev-dependencies]
criterion = { version = "0.4", features = [ "html_reports" ] }
criterion = { version = "0.4", features = ["html_reports"] }
Copy link
Member

Choose a reason for hiding this comment

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

Where do you get all those toml formatting changes from? Looks like some tool. Let's ensure we use the same.

Copy link
Collaborator Author

@chipshort chipshort Nov 20, 2023

Choose a reason for hiding this comment

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

I believe this is caused by the "Even Better TOML" vscode extension. I was using "Better TOML" before, but that's no longer maintained.

@chipshort chipshort merged commit 888552a into main Nov 20, 2023
24 of 27 checks passed
@chipshort chipshort deleted the remove-allow-interface-7 branch November 20, 2023 12:28
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.

Remove allow_interface_version_7
2 participants