From fcce380d5b4588dc5934bc2e5448d1d981761b50 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 12 Apr 2020 11:28:36 +0100 Subject: Release serde_dhall version 0.5.2 --- serde_dhall/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serde_dhall/src/lib.rs') diff --git a/serde_dhall/src/lib.rs b/serde_dhall/src/lib.rs index 7c0500e..b220a15 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.5.1")] +#![doc(html_root_url = "https://docs.rs/serde_dhall/0.5.2")] #![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