Skip to content

Commit 4ef3899

Browse files
authored
chore(deps): set stub gen to upstream (#70)
1 parent 0127212 commit 4ef3899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ openssl = { version = "0.10", features = ["vendored"] }
1818
numpy = "0.23.0"
1919
unsafe_cell_slice = "0.2.0"
2020
serde_json = "1.0.128"
21-
pyo3-stub-gen = { version = "0.6.1", git = "https://github.com/flying-sheep/pyo3-stub-gen.git", branch = "py-untyped-array" }
21+
pyo3-stub-gen = "0.6.1"
2222

2323
[profile.release]
2424
lto = true

0 commit comments

Comments
 (0)