We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1160d7 commit c345e1fCopy full SHA for c345e1f
docs/rust-extensions.md
@@ -103,7 +103,7 @@ Your extension crate should depend on:
103
[dependencies]
104
async-std = "1"
105
pyo3 = { version = "0.28", features = ["extension-module"] }
106
-rsloop = { path = "/path/to/rsloop" }
+rsloop = { version = "0.1.14" }
107
```
108
109
For a real package, replace the path dependency with the form that matches your
0 commit comments