From 74443904ed73aac763187608c1a303054469de82 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 3 Apr 2021 18:30:34 +0100 Subject: release: dhall_proc_macros version 0.5.1 --- dhall_proc_macros/Cargo.toml | 2 +- dhall_proc_macros/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dhall_proc_macros') diff --git a/dhall_proc_macros/Cargo.toml b/dhall_proc_macros/Cargo.toml index 4d4389b..e7fee0d 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.5.0" +version = "0.5.1" authors = ["Nadrieril "] 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 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. -- cgit v1.2.3