boring2/openssl-sys/build
Alex Crichton 06577cbf9c Switch from `rustc_version` to `autocfg`
This switches the `openssl-sys` crate from using `rustc_version` as a
crate to check the version of rustc to using `autocfg`. While
functionally the same this has a few advantages:

* The `autocfg` crate has fewer dependencies and compiles faster
* If the `semver` crate has the `serde` feature activated, turns out
  `openssl-sys` gets compiled quite late in the dependency graph which
  can push back further C compilations. This is due to the slower
  compilation time of `serde` itself.
* The `autocfg` crate I believe is a bit more robust in terms of being
  flexible with the output of rustc itself.
2019-05-01 08:09:40 -07:00
..
cfgs.rs Fix const changes in 1.1.1b 2019-02-26 20:31:01 -08:00
expando.c Don't dynamically generate expando.c 2019-02-27 21:14:46 -08:00
find_normal.rs Add some debugability to build script env 2019-02-26 20:45:10 -08:00
find_vendored.rs Tell dependencies if vendored OpenSSL was used 2019-04-03 18:01:49 +03:00
main.rs Switch from `rustc_version` to `autocfg` 2019-05-01 08:09:40 -07:00