diff options
author | Nadrieril | 2020-08-05 18:41:57 +0100 |
---|---|---|
committer | Nadrieril | 2020-08-05 18:41:57 +0100 |
commit | cbe2b5983d2ee5ff210b1466742e73bab2c0c606 (patch) | |
tree | 5e749618293b0bc6dd14da8fc82d77d4a2c89faf /dhall/src | |
parent | bb80bdaf9f170ab6753e7ea41c20d01abefecbd4 (diff) |
Release dhall version 0.6.0
Diffstat (limited to 'dhall/src')
-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 bda31d5..2ccbb8b 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.3")] +#![doc(html_root_url = "https://docs.rs/dhall/0.6.0")] #![allow( clippy::implicit_hasher, clippy::module_inception, |