summaryrefslogtreecommitdiff
path: root/serde_dhall
diff options
context:
space:
mode:
authorNadrieril2020-10-28 20:07:42 +0000
committerNadrieril2020-10-28 20:07:42 +0000
commited0d1301a626ed96a490a8f6a146bb4d5d158d27 (patch)
treec22c1d3f787733841df166c809ef93c007e17357 /serde_dhall
parent4266f18c73568d874262c4a681d89b6cc7aa16e7 (diff)
Release serde_dhall version 0.7.5
Diffstat (limited to 'serde_dhall')
-rw-r--r--serde_dhall/Cargo.toml2
-rw-r--r--serde_dhall/src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/serde_dhall/Cargo.toml b/serde_dhall/Cargo.toml
index 908d4d9..1efb027 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.4"
+version = "0.7.5"
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
license = "BSD-2-Clause"
description = "Dhall support for serde"
diff --git a/serde_dhall/src/lib.rs b/serde_dhall/src/lib.rs
index 82bad21..cf9343a 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.4")]
+#![doc(html_root_url = "https://docs.rs/serde_dhall/0.7.5")]
#![warn(missing_docs, missing_doc_code_examples)]
//! [Dhall][dhall] is a programmable configuration language that provides a non-repetitive
//! alternative to JSON and YAML.