Skip to content

Commit 8f7eedc

Browse files
authored
Merge branch 'develop' into update-yoloproofs-readme
2 parents 8ffd352 + 37d8a8f commit 8f7eedc

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ env:
1111
# this ensures the benchmarks build but doesn't run them on the CI server.
1212
- TEST_COMMAND=bench EXTRA_FLAGS='"DONTRUNBENCHMARKS"' FEATURES=''
1313

14-
before_script:
15-
- rustup component add rustfmt-preview
16-
1714
matrix:
1815
include:
19-
- rust: nightly
16+
- rust: nightly-2018-12-04
17+
before_script:
18+
- rustup component add rustfmt-preview
2019
script:
2120
- cargo fmt --all -- --check
2221

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ keywords = ["cryptography", "ristretto", "zero-knowledge", "bulletproofs"]
1212
description = "A pure-Rust implementation of Bulletproofs using Ristretto"
1313

1414
[dependencies]
15-
curve25519-dalek = { version = "1.0.0-pre.0", features = ["serde"] }
15+
curve25519-dalek = { version = "1.0.0-pre.1", features = ["serde"] }
1616
subtle = "2.0.0-pre.0"
1717
sha3 = "0.8"
1818
digest = "0.8"
19-
rand = "0.5"
19+
rand = "0.6"
2020
byteorder = "1"
2121
serde = "1"
2222
serde_derive = "1"
2323
failure = "0.1"
24-
merlin = "1.0.0-pre.0"
24+
merlin = "1.0.0-pre.1"
2525
clear_on_drop = "0.2"
2626

2727
[dev-dependencies]

rust-toolchain

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)