diff options
author | Nadrieril | 2020-09-15 00:11:35 +0100 |
---|---|---|
committer | Nadrieril | 2020-09-15 00:11:35 +0100 |
commit | 3f40ab4625b8ea3e0eeb894d95557f5790c02776 (patch) | |
tree | 85c03831e9d1322f7f36e4903bd8767adeeec516 /serde_dhall | |
parent | f8d15978e94fa2bc2eba38d89b84c7f612ff88c9 (diff) |
Release serde_dhall version 0.7.0
Diffstat (limited to 'serde_dhall')
-rw-r--r-- | serde_dhall/Cargo.toml | 2 | ||||
-rw-r--r-- | serde_dhall/src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
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 <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 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. |