diff options
author | Nadrieril | 2020-04-12 11:28:36 +0100 |
---|---|---|
committer | Nadrieril | 2020-04-12 11:28:36 +0100 |
commit | fcce380d5b4588dc5934bc2e5448d1d981761b50 (patch) | |
tree | 309f526e256529d3a29bdd1a4a67aa6e9f507632 /serde_dhall/src | |
parent | 0b00e5d5a1d83d0c92961ca77892a5245922d9db (diff) |
Release serde_dhall version 0.5.2
Diffstat (limited to 'serde_dhall/src')
-rw-r--r-- | serde_dhall/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/serde_dhall/src/lib.rs b/serde_dhall/src/lib.rs index 7c0500e..b220a15 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.1")] +#![doc(html_root_url = "https://docs.rs/serde_dhall/0.5.2")] #![warn(missing_docs, missing_doc_code_examples)] //! [Dhall][dhall] is a programmable configuration language that provides a non-repetitive //! alternative to JSON and YAML. |