summaryrefslogtreecommitdiff
path: root/serde_dhall
diff options
context:
space:
mode:
authorNadrieril2020-04-09 21:48:26 +0100
committerNadrieril2020-04-09 21:48:26 +0100
commit4a786f457a9682cebf45f043b05658ee2ea457c5 (patch)
tree13c5de3c9d82d7f45deb7ee705651bee6fdb68b1 /serde_dhall
parent0d20b0070079b86372c98e8c3f01132253ae4196 (diff)
Release serde_dhall version 0.5.1
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 46aff74..d2820e0 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.5.0"
+version = "0.5.1"
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 bff8989..7c0500e 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.0")]
+#![doc(html_root_url = "https://docs.rs/serde_dhall/0.5.1")]
#![warn(missing_docs, missing_doc_code_examples)]
//! [Dhall][dhall] is a programmable configuration language that provides a non-repetitive
//! alternative to JSON and YAML.