File: rust-dep-version.patch

package info (click to toggle)
safetensors 0.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,120 kB
  • sloc: python: 2,833; makefile: 37
file content (13 lines) | stat: -rw-r--r-- 458 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: safetensors/bindings/python/Cargo.toml
===================================================================
--- safetensors.orig/bindings/python/Cargo.toml
+++ safetensors/bindings/python/Cargo.toml
@@ -10,7 +10,7 @@ name = "safetensors_rust"
 crate-type = ["cdylib"]
 
 [dependencies]
-pyo3 = { version = "0.25", features = ["abi3", "abi3-py38"] }
+pyo3 = { version = "0.26", features = ["abi3", "abi3-py313"] }
 memmap2 = "0.9"
 serde_json = "1.0"