Skip to content

Commit

Permalink
Fix macros in combination with serde1 feature
Browse files Browse the repository at this point in the history
Before, the feature would be resolved in the crate where the macro was used,
not in the `average` crate as intended.  Now, the macros are defined depending
on the `serde1` feature, fixing this issue.
  • Loading branch information
vks committed Jul 31, 2019
1 parent 20eeebe commit a760142
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 262 deletions.

0 comments on commit a760142

Please sign in to comment.