summaryrefslogtreecommitdiff
path: root/serde_dhall/src
diff options
context:
space:
mode:
authorNadrieril2020-10-28 20:07:42 +0000
committerNadrieril2020-10-28 20:07:42 +0000
commited0d1301a626ed96a490a8f6a146bb4d5d158d27 (patch)
treec22c1d3f787733841df166c809ef93c007e17357 /serde_dhall/src
parent4266f18c73568d874262c4a681d89b6cc7aa16e7 (diff)
Release serde_dhall version 0.7.5
Diffstat (limited to 'serde_dhall/src')
-rw-r--r--serde_dhall/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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.