diff --git a/.cargo/config.toml b/.cargo/config.toml index c9165c404ef92..780f58331d920 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -31,4 +31,5 @@ rustflags = [ # Flags for all targets. [target.'cfg(all())'] -rustflags = ["--cfg", "tokio_unstable"] +# Disable simd backend for curve25519-dalek +rustflags = ["--cfg", "tokio_unstable", "--cfg", "curve25519_dalek_backend=\"serial\""]