From 74a3dd59cbb5cebb8d4996188c11ef8af49cf91f Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 18 Mar 2020 12:31:56 +0000 Subject: Cut 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 0d1c569..bd91a1a 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dhall" -version = "0.3.0" # remember to update html_root_url +version = "0.4.0" # 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 058411c..c0830d4 100644 --- a/dhall/src/lib.rs +++ b/dhall/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/dhall/0.3.0")] +#![doc(html_root_url = "https://docs.rs/dhall/0.4.0")] #![allow( clippy::int_plus_one, // Comes from pest_consume macro clippy::module_inception, -- cgit v1.2.3