From 0fceb83717286f82ea20eba0db03970e37e61301 Mon Sep 17 00:00:00 2001 From: bunnie Date: Tue, 22 Mar 2022 22:01:22 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b04fd2..2367cda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,14 +67,14 @@ optional = true [dependencies.engine25519-as] git = "https://github.com/betrusted-io/engine25519-as.git" -rev = "274b82899d28535ac6d4b7869e26eef2039578d5" +rev = "38ab5edca80917ed37158fb8d18f7656b3601eb9" default-features = false features = [] optional = true [dev-dependencies.engine25519-as] git = "https://github.com/betrusted-io/engine25519-as.git" -rev = "274b82899d28535ac6d4b7869e26eef2039578d5" +rev = "38ab5edca80917ed37158fb8d18f7656b3601eb9" [features] nightly = ["subtle/nightly"]