Skip to content

Commit c345e1f

Browse files
committed
fix the docs
1 parent e1160d7 commit c345e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rust-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Your extension crate should depend on:
103103
[dependencies]
104104
async-std = "1"
105105
pyo3 = { version = "0.28", features = ["extension-module"] }
106-
rsloop = { path = "/path/to/rsloop" }
106+
rsloop = { version = "0.1.14" }
107107
```
108108

109109
For a real package, replace the path dependency with the form that matches your

0 commit comments

Comments
 (0)