fs3 0.5.0

Cross-platform file locks and file duplication.
Documentation
extern crate rustc_version;
use rustc_version::{version_meta, Channel};

fn main() {
    if let Channel::Nightly = version_meta().unwrap().channel {
        println!("cargo:rustc-cfg=nightly");
    }
}