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.
1 parent a4a15a0 commit d1aa7caCopy full SHA for d1aa7ca
README.md
@@ -624,5 +624,5 @@ This library can give spurious failures during finalization prior to PyO3 releas
624
## MSRV
625
Currently the MSRV for this library is 1.46.0, _but_ if you don't need to use the `async-std-runtime`
626
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
+- `async-std` depends on `socket2` which fails to compile under 1.45.0.
+- The `testing` feature indirectly relies on `bitflags` through `clap`, which is now locked in at MSRV 1.46.0
0 commit comments