Skip to content

Commit eb44677

Browse files
Simplify version supremacy clause
1 parent 038b456 commit eb44677

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ Thus `backtrace` is likely to use recent Rust features or depend on a library
6565
which itself uses them. Its minimum supported Rust version, by policy, is
6666
within a few versions of current stable, approximately "stable - 2".
6767

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.
68+
This policy takes precedence over versions written anywhere else in this repo.
7169

7270
# License
7371

0 commit comments

Comments
 (0)