Skip to content

Commit 65497c5

Browse files
author
Andrew J Westlake
committed
Updated README after pyo3 0.13.2 release
1 parent 55deb1c commit 65497c5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
1616
## Known Problems
1717

18-
Currently, this library can give spurious failures during finalization. A solution should be released for PyO3 soon, but in the meantime you can add this patch to your `Cargo.toml` to use the master branch for PyO3
19-
20-
```toml
21-
[patch.crates-io]
22-
pyo3 = { git = "https://github.com/PyO3/pyo3" }
23-
```
18+
This library can give spurious failures during finalization prior to PyO3 release `v0.13.2`. Make sure your PyO3 dependency is up-to-date!
2419

2520
## Quickstart
2621

0 commit comments

Comments
 (0)