From 40441abd2d6c2938244fa1bb2ca26ee9b8e4ab27 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 17 Mar 2020 23:51:53 +0000 Subject: Use stable toolchain Closes #51 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.3