Bring in reddsa fix that re-enables tests in debug mode

This commit is contained in:
Jack Grigg 2021-04-28 14:19:58 +12:00
parent 186914166a
commit 374391b217
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --release
args: --verbose
bitrot:
name: Bitrot check

View File

@ -40,7 +40,7 @@ rev = "b55a6960dfafd7f767e2820ddf1adaa499322f98"
[dependencies.reddsa]
git = "https://github.com/str4d/redjubjub.git"
rev = "62a26a02fda5165b68a4b4773aa18ea6eb749dbc"
rev = "f1e76dbc9abf2b68cc609e874fe39f2a15b75b12"
[dev-dependencies]
criterion = "0.3"