Closed jasongrlicky closed 4 years ago
Note that this PR depends on https://github.com/chris-zen/coremidi/pull/18
Note: This is a breaking change.
All this PR does is bump the minimum-required Rust version in the README and rust-toolchain files, and fix any new warnings that appeared since Rust 1.30.
README
rust-toolchain
The motivation for this PR is to pave the way for:
std::mem::MaybeUninit
core-foundation
core-foundation-sys
Note that this PR depends on https://github.com/chris-zen/coremidi/pull/18
Note: This is a breaking change.
All this PR does is bump the minimum-required Rust version in the
README
andrust-toolchain
files, and fix any new warnings that appeared since Rust 1.30.The motivation for this PR is to pave the way for:
std::mem::MaybeUninit
in fixing https://github.com/chris-zen/coremidi/issues/24 (requires Rust 1.36)core-foundation
andcore-foundation-sys
dependencies (requires Rust 1.36)