aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2017-12-05 00:27:38 -0800
committerbnewbold <bnewbold@robocracy.org>2017-12-06 00:06:10 -0800
commitf27bc0b98bfa5337354dca6baa866c6736278c49 (patch)
treebeec5f7f5201161641d180fb41b90e5d808ba333 /Cargo.toml
parentd542e4e12df6031139f5ff9c8cc607b8524cf948 (diff)
downloadgeniza-f27bc0b98bfa5337354dca6baa866c6736278c49.tar.gz
geniza-f27bc0b98bfa5337354dca6baa866c6736278c49.zip
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
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' }