self-github-update-enhanced 0.39.2

Self updates for standalone executables (Github) with fast git proxy support
Documentation
1
2
3
4
5
6
fn main() {
    println!(
        "cargo:rustc-env=TARGET={}",
        std::env::var("TARGET").unwrap()
    );
}