Sourced from serde's releases.
v1.0.185
- Fix error "cannot move out of
*selfwhich is behind a shared reference" deriving Serialize on a non_exhaustive enum (https://github.com/facebook/flipper/issues/2591)v1.0.184
- Restore from-source
serde_derivebuild on all platforms — eventually we'd like to use a first-class precompiled macro if such a thing becomes supported by cargo / crates.io
3c7dd6f Release 1.0.1858b196ea Merge pull request https://github.com/facebook/flipper/issues/2592 from dtolnay/remotenonexhaustive1f8c8ad Fix "cannot move out of *self which is behind a shared reference"870925d Add repro of issue 2591d593215 No need for slow macOS CI if there is no platform-specific code110af31 Merge pull request https://github.com/facebook/flipper/issues/2590 from pinkforest/phase-out-precompiled360606b Following consensus on: https://github.com/facebook/flipper/issues/2580 (review)151b45a Release 1.0.1844617c95 Merge pull request https://github.com/facebook/flipper/issues/2587 from wucke13/master2547ed8 fix shebang in build.sh