File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,18 @@ fn main() {
55
55
}
56
56
```
57
57
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 versions written anywhere else in this repo.
69
+
58
70
# License
59
71
60
72
This project is licensed under either of
You can’t perform that action at this time.
0 commit comments