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

Implement MallocSizeOf for Au #61

Merged
merged 1 commit into from
Feb 16, 2025
Merged

Implement MallocSizeOf for Au #61

merged 1 commit into from
Feb 16, 2025

Conversation

nicoburns
Copy link
Contributor

Now that malloc_size_of is published to crates.io we are moving the trait implementations of MallocSizeOf and related traits into the crates that define the types. This will avoid the situation where depending on malloc_size_of pulls in a large number of dependencies.

This PR adds the implementation of MallocSizeOf to the app_units crate.

Signed-off-by: Nico Burns <nico@nicoburns.com>
@jdm jdm added this pull request to the merge queue Feb 16, 2025
Merged via the queue into servo:main with commit 6fdef9f Feb 16, 2025
2 checks passed
@nicoburns
Copy link
Contributor Author

@jdm Could I get a publish of the new version? (this PR already bumped the version, so it should just be a cargo publish)

@jdm
Copy link
Member

jdm commented Feb 20, 2025

Published 0.7.7.

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.

2 participants