asynchronics / asynchronix

High-performance asynchronous computation framework for system simulation
Apache License 2.0
170 stars 9 forks source link

small fix for new serde dependency #20

Closed robamu closed 6 months ago

robamu commented 6 months ago

I did not perform the check with --all-features, so I did not catch the compile error where the derive feature of serde was not activated. I added --all-features to the CI flags now so this is caught in the future.

sbarral commented 6 months ago

OK, looks good! At some point we'll probably want to add --all-features to other CI targets too.