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

Make 128 bit support unconditional #212

Merged
merged 1 commit into from Aug 30, 2021
Merged

Make 128 bit support unconditional #212

merged 1 commit into from Aug 30, 2021

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Aug 30, 2021

The oldest rustc that serde-yaml builds with is 1.38. The u128 and i128 types are supported by serde on rustc 1.26+ for non-emscripten targets, and 1.40+ for emscripten. I am skeptical that anybody targeting emscripten would be using either 1.38 or 1.39 compilers today in 2021 because the target has matured so much recently, so effectively nobody cares about the non-128 bit codepath.

@dtolnay dtolnay merged commit 7a340b2 into master Aug 30, 2021
@dtolnay dtolnay deleted the 128 branch August 30, 2021 18:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant