File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,20 @@ fn main() {
5555}
5656```
5757
58+ # Supported Rust Versions
59+
60+ The ` backtrace ` crate is a core component of the standard library, and must
61+ at times keep up with the evolution of various platforms in order to serve
62+ the standard library's needs. This often means using recent libraries
63+ that provide unwinding and symbolication for various platforms.
64+ Thus ` backtrace ` is likely to use recent Rust features or depend on a library
65+ which itself uses them. Its minimum supported Rust version, by policy, is
66+ within a few versions of current stable, approximately "stable - 2".
67+
68+ This policy takes precedence over any Rust version stated anywhere else:
69+ the Cargo.toml ` rust-version ` may reflect what actually builds in CI instead.
70+ It is not a guarantee the version remains as-is from release to release.
71+
5872# License
5973
6074This project is licensed under either of
You can’t perform that action at this time.
0 commit comments