Skip to content

Commit f196e16

Browse files
committed
Update nightly pin and doc include paths.
Closes #283 Closes #282 Closes #290
1 parent d18ee7b commit f196e16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2019-07-19
1+
nightly-2019-07-31

src/r1cs/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#![doc(include = "../docs/r1cs-docs-example.md")]
1+
#![doc(include = "../../docs/r1cs-docs-example.md")]
22

3-
#[doc(include = "../docs/cs-proof.md")]
3+
#[doc(include = "../../docs/cs-proof.md")]
44
mod notes {}
55

66
mod constraint_system;

src/range_proof/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![allow(non_snake_case)]
2-
#![doc(include = "../docs/range-proof-protocol.md")]
2+
#![doc(include = "../../docs/range-proof-protocol.md")]
33

44
use rand;
55

0 commit comments

Comments
 (0)