summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/src
diff options
context:
space:
mode:
authorNadrieril2020-03-18 12:31:56 +0000
committerNadrieril2020-03-18 12:31:56 +0000
commit74a3dd59cbb5cebb8d4996188c11ef8af49cf91f (patch)
tree2152dcc41b94b0bfdcddda79b5cf07c7a908bedb /dhall_proc_macros/src
parent8a9b1d75291d826e4235eb4e466e4fd70137dc90 (diff)
Cut release
Diffstat (limited to 'dhall_proc_macros/src')
-rw-r--r--dhall_proc_macros/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall_proc_macros/src/lib.rs b/dhall_proc_macros/src/lib.rs
index ce2dcdb..ae6f64c 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.1.0")]
+#![doc(html_root_url = "https://docs.rs/dhall_proc_macros/0.4.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.
//!