From 2cd6919798795fbad9c1ae0cd5dbb8fe12ea248a Mon Sep 17 00:00:00 2001
From: Sander Maijers <sanmai-NL@users.noreply.github.com>
Date: Sat, 7 Oct 2017 00:31:37 +0200
Subject: [PATCH] Enforce nightly toolchain (#104)

This file makes `rustup` select the nightly toolchain for this project, as it
requires.
---
 rust-toolchain | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 rust-toolchain

diff --git a/rust-toolchain b/rust-toolchain
new file mode 100644
index 0000000..bf867e0
--- /dev/null
+++ b/rust-toolchain
@@ -0,0 +1 @@
+nightly