Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

128-bit integer support #110

Merged
merged 6 commits into from Oct 14, 2018
Merged

128-bit integer support #110

merged 6 commits into from Oct 14, 2018

Commits on Oct 11, 2018

  1. Add support for i128 and u128

    i128 and u128 can now be serialized and deserialized.  Support is
    conditionalized on the disabled-by-default `i128` feature flag, and
    requires rustc 1.26.0 or later.  The minimum required version of Serde
    is now 1.0.60.
    
    Fixes dtolnay#108
    asomers committed Oct 11, 2018
    Copy the full SHA
    443577d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b5cea45 View commit details
    Browse the repository at this point in the history
  3. Fix typo in .travis.yml

    asomers committed Oct 11, 2018
    Copy the full SHA
    5eb6ead View commit details
    Browse the repository at this point in the history
  4. Remove the i128 feature flag

    128-bit support is now automatically detected.
    asomers committed Oct 11, 2018
    Copy the full SHA
    c61139b View commit details
    Browse the repository at this point in the history
  5. Clippy fixes

    asomers committed Oct 11, 2018
    Copy the full SHA
    d79d55e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2018

  1. Copy the full SHA
    3df4cce View commit details
    Browse the repository at this point in the history