From 3f40ab4625b8ea3e0eeb894d95557f5790c02776 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Tue, 15 Sep 2020 00:11:35 +0100 Subject: Release serde_dhall version 0.7.0 --- 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 c7dbb54..7ffc390 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.6.0" +version = "0.7.0" 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 d8a093c..534909b 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.6.0")] +#![doc(html_root_url = "https://docs.rs/serde_dhall/0.7.0")] #![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