Skip to content

Commit

Permalink
Merge pull request #291 from dalek-cryptography/update-nightly-pin
Browse files Browse the repository at this point in the history
Update nightly pin and doc include paths.
  • Loading branch information
hdevalence authored Jul 31, 2019
2 parents d18ee7b + f196e16 commit 390c1de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2019-07-19
nightly-2019-07-31
4 changes: 2 additions & 2 deletions src/r1cs/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![doc(include = "../docs/r1cs-docs-example.md")]
#![doc(include = "../../docs/r1cs-docs-example.md")]

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

mod constraint_system;
Expand Down
2 changes: 1 addition & 1 deletion src/range_proof/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(non_snake_case)]
#![doc(include = "../docs/range-proof-protocol.md")]
#![doc(include = "../../docs/range-proof-protocol.md")]

use rand;

Expand Down

0 comments on commit 390c1de

Please sign in to comment.