diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1a30747..e17daf98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --verbose --release + args: --verbose bitrot: name: Bitrot check diff --git a/Cargo.toml b/Cargo.toml index 8d276f62..decaf783 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rev = "b55a6960dfafd7f767e2820ddf1adaa499322f98" [dependencies.reddsa] git = "https://github.com/str4d/redjubjub.git" -rev = "62a26a02fda5165b68a4b4773aa18ea6eb749dbc" +rev = "f1e76dbc9abf2b68cc609e874fe39f2a15b75b12" [dev-dependencies] criterion = "0.3"