All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
middle::Closure::instantiate_code_ptr
and middle::ClosureOnce::instantiate_code_ptr
.libffi-sys
dependency version to "0.9.0"
from "0.8.0"
.system
Cargo feature, which passes the same feature to libffi-sys
, which causes it to use the system C libffi instead of building its own.libc
dependency version to "0.2.65"
from "0.2.11"
.libffi-sys
dependency version to "0.8.0"
from "0.7.0"
."unique"
feature.abort_on_panic
dependency version to "2.0.0"
from "1.0.0"
.libffi-sys
dependency version to "0.7.0"
from "0.6.0"
.doc(html_root_url)
for inter-crate docs linking.libffi-sys
0.6.0, which uses an upgraded bindgen.Unique::new
as unsafe
.IntoIterator
instead of Iterator
or FixedSizeIterator
.Closure[0-9]
and ClosureMut[0-9]
now abort on panic rather than attempting to unwind past an FFI boundary. (Thanks, ngkz!)libffi-sys
0.5.0.