zv 0.3.1

Ziglang Version Manager and Project Starter
1
2
3
4
5
6
7
8
pub const ZIG_DOWNLOAD_INDEX_JSON: &str = "https://ziglang.org/download/index.json";

pub const ZIG_COMMUNITY_MIRRORS: &str =
    "https://ziglang.org/download/community-mirrors.txt";

/// Not expected to change unless some catastrophe at which point this should be updated
pub const ZIG_MINSIGN_PUBKEY: &str =
    r#"RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U"#;