From 49f8781681016b0ac626dcbe8e007e15509030d5 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 5 Oct 2017 00:49:49 +0000 Subject: [PATCH] Revert "Use subtle branch with ConditionallySwappable trait for now." This reverts commit d86fcd4e17e8a6cdb3913d3a2fa82a91d8403801. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1cd666..8c22506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,6 @@ version = "0.6" [dependencies.subtle] version = "^0.2" default-features = false -git = "https://github.com/isislovecruft/subtle" -branch = "feature/conditional-swap_r1" [dependencies.generic-array] # same version that digest depends on