diff options
author | Nadrieril | 2021-04-03 18:30:34 +0100 |
---|---|---|
committer | Nadrieril | 2021-04-03 18:30:34 +0100 |
commit | 74443904ed73aac763187608c1a303054469de82 (patch) | |
tree | 2e344b5ec580ec4f43e7c700de20f6feb1aee340 /dhall_proc_macros/src | |
parent | 299adf4ef35b78f97eb7582f1a73349fdf3100e3 (diff) |
release: dhall_proc_macros version 0.5.1
Diffstat (limited to 'dhall_proc_macros/src')
-rw-r--r-- | dhall_proc_macros/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_proc_macros/src/lib.rs b/dhall_proc_macros/src/lib.rs index 91595cd..54dba72 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.5.0")] +#![doc(html_root_url = "https://docs.rs/dhall_proc_macros/0.5.1")] #![allow(clippy::unnecessary_wraps)] //! 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. |