Sha256: 558b4d0b9e9b3a44f7e1a2b69f7a7567ea721cd45cb54f4e458e850bf702f35c

Contents?: true

Size: 291 Bytes

Versions: 14

Compression:

Stored size: 291 Bytes

Contents

fn main() {
    // If "std" is explicitly requested, don't bother probing the target for it.
    match std::env::var_os("CARGO_FEATURE_STD") {
        Some(_) => autocfg::emit("has_std"),
        None => autocfg::new().emit_sysroot_crate("std"),
    }
    autocfg::rerun_path("build.rs");
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
wasmtime-12.0.1 ./ext/cargo-vendor/indexmap-1.9.3/build.rs
wasmtime-12.0.0 ./ext/cargo-vendor/indexmap-1.9.3/build.rs
wasmtime-11.0.0 ./ext/cargo-vendor/indexmap-1.9.3/build.rs
wasmtime-10.0.1 ./ext/cargo-vendor/indexmap-1.9.3/build.rs
wasmtime-10.0.0 ./ext/cargo-vendor/indexmap-1.9.3/build.rs
wasmtime-9.0.4 ./ext/cargo-vendor/indexmap-1.9.3/build.rs
wasmtime-9.0.1 ./ext/cargo-vendor/indexmap-1.9.3/build.rs
wasmtime-8.0.0 ./ext/cargo-vendor/indexmap-1.9.3/build.rs
wasmtime-7.0.0 ./ext/cargo-vendor/indexmap-1.9.3/build.rs
wasmtime-6.0.1 ./ext/cargo-vendor/indexmap-1.9.2/build.rs
wasmtime-6.0.0 ./ext/cargo-vendor/indexmap-1.9.2/build.rs
wasmtime-5.0.0 ./ext/cargo-vendor/indexmap-1.9.2/build.rs
wasmtime-0.4.1 ./ext/cargo-vendor/indexmap-1.9.2/build.rs
wasmtime-0.4.0 ./ext/cargo-vendor/indexmap-1.9.2/build.rs