overdrivenpotato / rust-vst2

VST 2.4 API implementation in rust. Create plugins or hosts.
MIT License
221 stars 23 forks source link

AppVeyor script outdated #34

Open Boscop opened 7 years ago

Boscop commented 7 years ago

The AppVeyor script is outdated and uses an old rust version: https://github.com/overdrivenpotato/rust-vst2/blob/master/appveyor_rust_install.ps1#L42 It uses rustc 1.16.0 (30cf806ef 2017-03-10) which is why the build is still failing in PR https://github.com/overdrivenpotato/rust-vst2/pull/32 due to the pub(crate) syntax which has been in stable since 1.18.

This is the current AppVeyor rust template: https://github.com/starkat99/appveyor-rust/blob/master/appveyor.yml