-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When needed, update pyo3 to fix cross-compilation (PyO3/pyo3#1847 (co…
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
recipe/0001-Use-pyo3-0.15.0-to-fix-cross-compilation.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From c0aac7fbe675d3afcf5c64eed39f369d706f4fa1 Mon Sep 17 00:00:00 2001 | ||
From: Chris Burr <[email protected]> | ||
Date: Thu, 4 Nov 2021 08:33:08 +0100 | ||
Subject: [PATCH] Use pyo3 0.15.0 to fix cross-compilation | ||
|
||
--- | ||
src/rust/Cargo.toml | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml | ||
index 6d59072..29c7e29 100644 | ||
--- a/src/rust/Cargo.toml | ||
+++ b/src/rust/Cargo.toml | ||
@@ -7,7 +7,7 @@ publish = false | ||
|
||
[dependencies] | ||
lazy_static = "1" | ||
-pyo3 = { version = "0.14.5" } | ||
+pyo3 = { version = "0.15.0" } | ||
asn1 = { version = "0.6", default-features = false, features = ["derive"] } | ||
pem = "0.8" | ||
chrono = { version = "0.4", default-features = false, features = ["alloc"] } | ||
-- | ||
2.30.1 (Apple Git-130) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters