diff options
author | Nadrieril | 2020-04-05 19:26:34 +0100 |
---|---|---|
committer | Nadrieril | 2020-04-05 19:26:34 +0100 |
commit | e05b79108728c328967675284f14c4808477afeb (patch) | |
tree | e94edcb23e2818222800ada0910c17c950ce1a05 /dhall_proc_macros | |
parent | a18582511cf9b9503a96c496ff644868586a01b5 (diff) |
Release dhall_proc_macros version 0.5.0
Diffstat (limited to 'dhall_proc_macros')
-rw-r--r-- | dhall_proc_macros/Cargo.toml | 2 | ||||
-rw-r--r-- | dhall_proc_macros/src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dhall_proc_macros/Cargo.toml b/dhall_proc_macros/Cargo.toml index 8f6f1f2..d770aa8 100644 --- a/dhall_proc_macros/Cargo.toml +++ b/dhall_proc_macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "dhall_proc_macros" # remember to update html_root_url -version = "0.4.0" +version = "0.5.0" authors = ["Nadrieril <nadrieril@users.noreply.github.com>"] license = "BSD-2-Clause" description = "Macros for dhall" diff --git a/dhall_proc_macros/src/lib.rs b/dhall_proc_macros/src/lib.rs index 2178f00..9f20e2d 100644 --- a/dhall_proc_macros/src/lib.rs +++ b/dhall_proc_macros/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/dhall_proc_macros/0.4.0")] +#![doc(html_root_url = "https://docs.rs/dhall_proc_macros/0.5.0")] //! This crate contains the code-generation primitives for the [dhall-rust][dhall-rust] crate. //! This is highly unstable and breaks regularly; use at your own risk. //! |