topgrade 8.0.1

Upgrade all the things
1
2
3
fn main() {
    println!("cargo:rustc-env=TARGET={}", std::env::var("TARGET").unwrap());
}