diff options
author | Nadrieril | 2020-05-30 15:07:13 +0100 |
---|---|---|
committer | Nadrieril | 2020-05-30 15:07:13 +0100 |
commit | dcfffdc19be0830b7aa6ce699ef5ab3d2409d4fe (patch) | |
tree | 5a5128cddebd4e93e81a1eb759e27882b464da95 /dhall/src | |
parent | a35de29355dc85f63e0e8514a2e447bf5322ba20 (diff) |
Release dhall version 0.5.3
Diffstat (limited to '')
-rw-r--r-- | dhall/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/src/lib.rs b/dhall/src/lib.rs index c83e1b4..73f0b74 100644 --- a/dhall/src/lib.rs +++ b/dhall/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/dhall/0.5.2")] +#![doc(html_root_url = "https://docs.rs/dhall/0.5.3")] #![allow( clippy::implicit_hasher, clippy::module_inception, |