From 7a6a33443a961ed7c3c1f71ef89bb513aca71773 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 16 Oct 2020 02:33:32 +0100 Subject: Release serde_dhall version 0.7.1 --- serde_dhall/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serde_dhall/src') diff --git a/serde_dhall/src/lib.rs b/serde_dhall/src/lib.rs index 534909b..80cef01 100644 --- a/serde_dhall/src/lib.rs +++ b/serde_dhall/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/serde_dhall/0.7.0")] +#![doc(html_root_url = "https://docs.rs/serde_dhall/0.7.1")] #![warn(missing_docs, missing_doc_code_examples)] //! [Dhall][dhall] is a programmable configuration language that provides a non-repetitive //! alternative to JSON and YAML. -- cgit v1.2.3