We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 #32 due to the pub(crate) syntax which has been in stable since 1.18.
rustc 1.16.0 (30cf806ef 2017-03-10)
pub(crate)
This is the current AppVeyor rust template: https://github.com/starkat99/appveyor-rust/blob/master/appveyor.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 #32 due to thepub(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
The text was updated successfully, but these errors were encountered: