diff options
author | Nadrieril | 2020-04-09 21:48:26 +0100 |
---|---|---|
committer | Nadrieril | 2020-04-09 21:48:26 +0100 |
commit | 0d20b0070079b86372c98e8c3f01132253ae4196 (patch) | |
tree | 678dfeee4ff648e52514b0aa75574aae0adff0ec /dhall/src | |
parent | 6f9a19a871a303562210e5e9817075742193779e (diff) |
Release dhall version 0.5.1
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 61327cb..f2b6a98 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.0")] +#![doc(html_root_url = "https://docs.rs/dhall/0.5.1")] #![allow( clippy::implicit_hasher, clippy::module_inception, |