Skip to content

Commit 45bdb72

Browse files
Merge pull request #561 from workingjubilee/write-down-msrv-policy
Write down MSRV policy
2 parents ca477b9 + eb44677 commit 45bdb72

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@ 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 versions written anywhere else in this repo.
69+
5870
# License
5971

6072
This project is licensed under either of

0 commit comments

Comments
 (0)