From f84609a06372eedcf4727ceb91430b82c99e6039 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 25 Oct 2020 21:47:45 +0000 Subject: Release serde_dhall version 0.7.4 --- serde_dhall/Cargo.toml | 2 +- serde_dhall/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'serde_dhall') diff --git a/serde_dhall/Cargo.toml b/serde_dhall/Cargo.toml index 6332998..908d4d9 100644 --- a/serde_dhall/Cargo.toml +++ b/serde_dhall/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "serde_dhall" # remember to update html_root_url, README and changelog -version = "0.7.3" +version = "0.7.4" authors = ["Nadrieril "] license = "BSD-2-Clause" description = "Dhall support for serde" diff --git a/serde_dhall/src/lib.rs b/serde_dhall/src/lib.rs index e393b8a..82bad21 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.3")] +#![doc(html_root_url = "https://docs.rs/serde_dhall/0.7.4")] #![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