packages/python/python-cryptography/disable-rust-lto.patch

11 lines
264 B
Diff

--- src/rust/Cargo.toml.orig 2024-11-20 14:19:53.785660868 +0100
+++ src/rust/Cargo.toml 2024-11-20 14:20:11.255777782 +0100
@@ -5,6 +5,7 @@
publish = false
# This specifies the MSRV
rust-version = "1.65.0"
+lto = false
[package]
name = "cryptography-rust"