self_update 0.41.0

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