Skip to content

Commit 52e7253

Browse files
authored
Update rust-numpy to fix win32 compilation (#216)
1 parent 1107811 commit 52e7253

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ log = "0.4"
5151

5252
pyo3 = { version = "0.22", features = ["extension-module"] }
5353
pyo3-log = "0.11"
54-
numpy = "0.22.0"
54+
numpy = "0.22.1"
5555

5656
serde = "1"
5757
serde_json = "1"

0 commit comments

Comments
 (0)