Skip to content

1.0.120

Choose a tag to compare

@dtolnay dtolnay released this 23 Mar 03:31
· 1039 commits to master since this release
1.0.120
2d4b4f8
  • Ensure platform-specific behavior of c_char remains consistent with libcore's definition in no-std mode by using core::ffi::c_char, rather than a redefinition that is only checked against std::os::raw::c_char in std mode (#1330)