From 140b5d5ab24795a4053f7e5bdcd8b2343e35558e Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 16 Jan 2020 18:22:46 +0000 Subject: release --- dhall/Cargo.toml | 2 +- dhall/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dhall') diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index c4d1e94..b795898 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dhall" -version = "0.2.0" # remember to update html_root_url +version = "0.2.1" # remember to update html_root_url authors = ["NanoTech ", "Nadrieril "] license = "BSD-2-Clause" description = "Implementation of the Dhall configuration language" diff --git a/dhall/src/lib.rs b/dhall/src/lib.rs index 4b7fdeb..62a1b27 100644 --- a/dhall/src/lib.rs +++ b/dhall/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/dhall/0.2.0")] +#![doc(html_root_url = "https://docs.rs/dhall/0.2.1")] #![feature(trace_macros)] #![feature(slice_patterns)] #![feature(never_type)] -- cgit v1.2.3