5 Commits

Author SHA1 Message Date
David Tolnay
9060b6b754
No need to probe backtrace if std is disabled 2019-11-27 16:22:31 -08:00
Peter Kolloch
f8c7340ec7
Rename the probe rust file to probe.rs
This would help some people with build problems using [nix](https://nixos.org) or to be more specific `buildRustCrate` (but that's probably not meaningful to you).

See https://github.com/kolloch/crate2nix/issues/39 and https://github.com/NixOS/nixpkgs/issues/74071.

It is clearly a bug in buildRustCrate but if you could accept this change in the meanwhile...
2019-11-24 20:48:14 +01:00
David Tolnay
5ada2978c5
Replace version check with probing Backtrace api 2019-10-18 10:45:15 -04:00
David Tolnay
d782e42503
Detect compiler minor version in build script 2019-10-13 09:03:20 -07:00
David Tolnay
270ea5e7d5
Detect nightly and only expose backtrace if available 2019-10-05 23:20:51 -04:00