We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca477b9 + eb44677 commit 45bdb72Copy full SHA for 45bdb72
README.md
@@ -55,6 +55,18 @@ fn main() {
55
}
56
```
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
70
# License
71
72
This project is licensed under either of
0 commit comments