You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix issues with latest getrandom 0.3 and wasm target
- reworked the wasm use case and removed the wasm feature flag, putting
everything behind the target specific dependencies
Signed-off-by: Andrei Gherghescu <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
6
+
## [0.13.0] - 2025-02-xx
7
+
### Changed
8
+
-[[#277](https://github.com/plotly/plotly.rs/pull/277)] Removed `wasm` feature flag and put evrything behind target specific dependencies. Added `.cargo/config.toml` for configuration flags needed by `getrandom` version 0.3 on `wasm` targets.
9
+
6
10
## [0.12.1] - 2025-01-02
7
11
### Fixed
8
12
-[[#269](https://github.com/plotly/plotly.rs/pull/269)] Fix publishing to crates.io issue
0 commit comments