Skip to content

v0.8.3

Compare
Choose a tag to compare
@dtolnay dtolnay released this 16 Oct 19:40
· 1405 commits to master since this release
v0.8.3
d2fa590
  • Fix serde_json::to_value(f64::NAN) to return Value::Null instead of Value::F64(NAN). Null is the representation of NaN used elsewhere by serde_json. (#155, thanks @traviskaufman)