From e2eb75c869d388ff84ca474570abb710afc58a66 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 10 May 2022 22:51:33 +0000 Subject: [PATCH] reddsa 0.3 --- CHANGELOG.md | 2 +- Cargo.toml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f98d642..57808507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to Rust's notion of ## [Unreleased] ### Changed - Migrated to `bitvec 1`, `ff 0.12`, `group 0.12`, `incrementalmerkletree 0.3`, - `pasta_curves 0.4`, `halo2_proofs 0.1`. + `pasta_curves 0.4`, `halo2_proofs 0.1`, `reddsa 0.3`. - `orchard::bundle`: - `Action` has been moved to `orchard::Action`. - `Bundle::{try_}authorize` have been renamed to diff --git a/Cargo.toml b/Cargo.toml index e0660d0a..51366a34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ memuse = { version = "0.2", features = ["nonempty"] } pasta_curves = "0.4" proptest = { version = "1.0.0", optional = true } rand = "0.8" -reddsa = "0.2" +reddsa = "0.3" nonempty = "0.7" serde = { version = "1.0", features = ["derive"] } subtle = "2.3" @@ -81,6 +81,3 @@ debug = true [profile.bench] debug = true - -[patch.crates-io] -reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "0e912de3000fe165daf58ad98d1a22f1a66e7f18" }