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

Migrate from wee_alloc #187

Merged
merged 9 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ All user visible changes to this project will be documented in this file. This p



## [0.7.0] · 2024-??-?? (unreleased)
[0.7.0]: /../../tree/medea-jason-0.7.0

[Diff](https://github.com/instrumentisto/medea-jason/compare/medea-jason-0.6.1...medea-jason-0.7.0)

### Changed

- Replaced [wee_alloc] allocator with [talc] for Web. ([#187])

### BC Breaks

- Replaced `wee_alloc` feature with a `talc`. ([#187])
evdokimovs marked this conversation as resolved.
Show resolved Hide resolved

[#187]: /../../pull/187




## [0.6.1] · 2024-09-11
[0.6.1]: /../../tree/medea-jason-0.6.1

Expand Down Expand Up @@ -403,3 +421,5 @@ All user visible changes to this project will be documented in this file. This p
[VP9]: https://bloggeek.me/webrtcglossary/vp9
[`derive_more`]: https://docs.rs/derive_more
[`flutter_rust_bridge`]: https://docs.rs/flutter_rust_bridge
[talc]: https://crates.io/crates/talc
[wee_alloc]: https://crates.io/crates/wee_alloc
101 changes: 43 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading