Update to 3.10.6 (close RHBZ#2354600)
- Fixes compatibility with CPython 3.14 alpha 6 (close RHBZ#2349447)
This commit is contained in:
parent
8355452df8
commit
c0306d6a1e
4 changed files with 20 additions and 4 deletions
12
orjson-fix-metadata.diff
Normal file
12
orjson-fix-metadata.diff
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -Naur orjson-3.10.16-original/Cargo.toml orjson-3.10.16/Cargo.toml
|
||||
--- orjson-3.10.16-original/Cargo.toml 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ orjson-3.10.16/Cargo.toml 2025-04-02 20:09:24.874851253 -0400
|
||||
@@ -51,7 +51,7 @@
|
||||
[dependencies]
|
||||
associative-cache = { version = "2", default-features = false }
|
||||
bytecount = { version = "^0.6.7", default-features = false, features = ["runtime-dispatch-simd"] }
|
||||
-compact_str = { version = "0.9", default-features = false, features = ["serde"] }
|
||||
+compact_str = { version = ">=0.8, <0.10", default-features = false, features = ["serde"] }
|
||||
encoding_rs = { version = "0.8", default-features = false }
|
||||
half = { version = "2", default-features = false, features = ["std"] }
|
||||
itoa = { version = "1", default-features = false }
|
||||
Loading…
Add table
Add a link
Reference in a new issue