diff options
author | Nadrieril | 2020-02-21 14:14:18 +0000 |
---|---|---|
committer | Nadrieril | 2020-02-21 14:14:18 +0000 |
commit | 42862723e6a34a4808fe6a8540a34eb7542e9ee4 (patch) | |
tree | 5739c8a2b7aad6c4a2f4bc6709cf3ee5810510b5 /dhall | |
parent | c09a2e3beb67aff520fd1d94f8d5069c1b7dfbf1 (diff) |
Cut release
Diffstat (limited to 'dhall')
-rw-r--r-- | dhall/Cargo.toml | 2 | ||||
-rw-r--r-- | dhall/src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dhall/Cargo.toml b/dhall/Cargo.toml index 3281e4a..4d9595a 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dhall" -version = "0.2.1" # remember to update html_root_url +version = "0.3.0" # remember to update html_root_url authors = ["NanoTech <nanotech@nanotechcorp.net>", "Nadrieril <nadrieril@users.noreply.github.com>"] license = "BSD-2-Clause" description = "Implementation of the Dhall configuration language" diff --git a/dhall/src/lib.rs b/dhall/src/lib.rs index 9922144..34d7bc3 100644 --- a/dhall/src/lib.rs +++ b/dhall/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/dhall/0.2.1")] +#![doc(html_root_url = "https://docs.rs/dhall/0.3.0")] #![feature(never_type)] #![allow( clippy::type_complexity, |