From 45288d6b235a0bfedae1ce76cd9f47b68a70c9c8 Mon Sep 17 00:00:00 2001 From: jhaye Date: Sun, 18 Mar 2018 21:02:49 +0100 Subject: [PATCH] Use custom fork of secret-service that removes AVX2 ASM instructions --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a9275730..eac6d25e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,3 +3,6 @@ members = [ "fractal-api", "fractal-gtk", ] + +[patch.crates-io] +secret-service = { git = "https://github.com/jhaye/secret-service-rs", rev = "3c265527e43376fe8e00ddfa645a70813c35f449" }