From 859eb04005ae2349d73a469a40d447752d221437 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Wed, 18 Aug 2021 17:59:46 +0800 Subject: [PATCH] Cargo: update engine25519-as git version Update to a new git version that supports the `Xous` target_os. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c143f57..f78a45b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ optional = true [dev-dependencies.engine25519-as] git="https://github.com/betrusted-io/engine25519-as.git" -rev="6681e73c1fdc4a460b5ef9f9c7c91aef546d00f3" +rev="274b82899d28535ac6d4b7869e26eef2039578d5" [features] nightly = ["subtle/nightly"] @@ -99,4 +99,4 @@ avx2_backend = ["simd_backend"] # the betrusted backend uses the curve25519 hardware accelerator in betrusted-soc betrusted = ["engine-25519", "engine25519-as", "log"] -[workspace] \ No newline at end of file +[workspace]