Skip to content

Commit 687012a

Browse files
committed
updates for pyo3
1 parent 2d111a2 commit 687012a

File tree

5 files changed

+99
-163
lines changed

5 files changed

+99
-163
lines changed

Cargo.lock

Lines changed: 66 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ name = "py_pi"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = "0.19.0"
12+
pyo3 = "0.23.2"
1313
rand = "0.8.5"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ maturin develop -r
3535
jupyter lab
3636
```
3737

38-
### Option A: Pre-installed Python
38+
### Option B: Pre-installed Python
3939

4040
Needs at least Python 3.7.
4141

0 commit comments

Comments
 (0)