rust-lang-nursery / lazy-static.rs

A small macro for defining lazy evaluated static variables in Rust.
Apache License 2.0
1.91k stars 111 forks source link

Fix appveyor builds for stable channel #89

Closed fuine closed 6 years ago

fuine commented 6 years ago

This is an update of appveyor.yml based on the https://github.com/rust-lang/libc/blob/master/appveyor.yml file.

fuine commented 6 years ago

@Kimundi I believe this is mergable, just wait for the CI checks to finish, but from what I can see after introduced changes appveyor uses latest stable version (at the moment 1.21) of Rust, which is what I wanted to achieve.