Skip to content

Commit

Permalink
Update nightly pin and doc include paths.
Browse files Browse the repository at this point in the history
Closes #283
Closes #282
Closes #290
  • Loading branch information
hdevalence committed Jul 31, 2019
1 parent d18ee7b commit f196e16
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 f196e16

Please sign in to comment.