diff options
author | Nadrieril | 2019-12-24 20:46:27 +0000 |
---|---|---|
committer | Nadrieril | 2019-12-24 20:51:06 +0000 |
commit | 51bdeff0b4a8edfbcd4dcbe4e748e8ba5d86a1a9 (patch) | |
tree | 5dbcdb07a6ec12773223eb82143d51af51d24069 /dhall | |
parent | 057d645a90a6b57f40f72eb7e347ba2c6219777e (diff) |
Release new version
Diffstat (limited to '')
-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 8674f44..c4d1e94 100644 --- a/dhall/Cargo.toml +++ b/dhall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dhall" -version = "0.1.1" # remember to update html_root_url +version = "0.2.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 dfa06e7..4b7fdeb 100644 --- a/dhall/src/lib.rs +++ b/dhall/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/dhall/0.1.1")] +#![doc(html_root_url = "https://docs.rs/dhall/0.2.0")] #![feature(trace_macros)] #![feature(slice_patterns)] #![feature(never_type)] |