summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2020-03-17 23:51:53 +0000
committerNadrieril2020-03-17 23:53:36 +0000
commit40441abd2d6c2938244fa1bb2ca26ee9b8e4ab27 (patch)
tree9fba7dd6d865884c0651af2dd7e01b243a0f25f0
parent4b29fa3a9e329814c98df3463841eeb288f1630c (diff)
Use stable toolchain
Closes #51
-rw-r--r--README.md3
-rw-r--r--rust-toolchain2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index ba73b6d..19912e1 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,6 @@ official tooling instead; instructions can be found
For now, the only supported way of integrating Dhall in your application is via
the `serde_dhall` crate, and only parsing is supported.
-`serde_dhall` is a nightly crate, and only works with a nightly compiler.
Add this to your `Cargo.toml`:
```toml
@@ -110,7 +109,7 @@ $ nix-shell -p rustup
Once `rustup` is installed we can get it to manage our toolchain by running:
```bash
-$ rustup toolchain install nightly
+$ rustup toolchain install stable
```
Then we can manage our building and testing with the [`cargo`](https://crates.io/) dependency manager:
diff --git a/rust-toolchain b/rust-toolchain
index 7b70b33..a50908c 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1 +1 @@
-nightly-2020-03-12
+1.42.0