Skip to content

Commit d1aa7ca

Browse files
author
Andrew J Westlake
committed
Fixed MSRV README formatting
1 parent a4a15a0 commit d1aa7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,5 +624,5 @@ This library can give spurious failures during finalization prior to PyO3 releas
624624
## MSRV
625625
Currently the MSRV for this library is 1.46.0, _but_ if you don't need to use the `async-std-runtime`
626626
or `testing` features, you can still use rust 1.45.0.
627-
> `async-std` depends on `socket2` which fails to compile under 1.45.0.
628-
> `testing` indirectly relies on `bitflags` through `clap`, which is now locked in at MSRV 1.46.0
627+
- `async-std` depends on `socket2` which fails to compile under 1.45.0.
628+
- The `testing` feature indirectly relies on `bitflags` through `clap`, which is now locked in at MSRV 1.46.0

0 commit comments

Comments
 (0)