Skip to content

Commit

Permalink
Update pyo3 to get clippy happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jan 17, 2024
1 parent 78caafd commit ae5b0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "safetensors_rust"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.19.2", features = ["extension-module"] }
pyo3 = { version = "0.20.2", features = ["extension-module"] }
memmap2 = "0.5"
serde_json = "1.0"

Expand Down

0 comments on commit ae5b0fc

Please sign in to comment.