summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch')
-rw-r--r--meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch b/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch
new file mode 100644
index 0000000000..c4e6f2f6ab
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pydantic-core/0001-Set-rust-version-from-1.76-to-1.75-in-Cargo.toml.patch
@@ -0,0 +1,29 @@
1From 6e1852228a2aa38cc76b9a968bba6b603efa5b28 Mon Sep 17 00:00:00 2001
2From: Frank de Brabander <debrabander@gmail.com>
3Date: Thu, 25 Jul 2024 13:50:44 +0200
4Subject: [PATCH] Set rust version from 1.76 to 1.75 in Cargo.toml
5
6Current openembedded-core uses 1.75 and this packages doesn't actually
7require a newer version.
8
9Upstream-Status: Inappropriate
10---
11 Cargo.toml | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/Cargo.toml b/Cargo.toml
15index 8f0ea44..10b277c 100644
16--- a/Cargo.toml
17+++ b/Cargo.toml
18@@ -24,7 +24,7 @@ include = [
19 "!tests/.pytest_cache",
20 "!*.so",
21 ]
22-rust-version = "1.76"
23+rust-version = "1.75"
24
25 [dependencies]
26 pyo3 = { version = "0.21.2", features = ["generate-import-lib", "num-bigint"] }
27--
282.39.2
29