From f27bc0b98bfa5337354dca6baa866c6736278c49 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 5 Dec 2017 00:27:38 -0800 Subject: switch to new upstream sodiumoxide the stream_xor_ic() function was added to the sodiumoxide API upstream, so my hack-y branch is not longer required. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 904a794..acfe8bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,3 @@ data-encoding = "2.0" [dev-dependencies] tempdir = "0.3" assert_cli = "0.5" - -[patch.crates-io] -sodiumoxide = { git = 'https://github.com/bnewbold/sodiumoxide-patched', branch = 'stream_xor_ic' } -- cgit v1.2.3