summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2021-04-03 18:30:34 +0100
committerNadrieril2021-04-03 18:30:34 +0100
commit74443904ed73aac763187608c1a303054469de82 (patch)
tree2e344b5ec580ec4f43e7c700de20f6feb1aee340
parent299adf4ef35b78f97eb7582f1a73349fdf3100e3 (diff)
release: dhall_proc_macros version 0.5.1
-rw-r--r--Cargo.lock2
-rw-r--r--dhall_proc_macros/Cargo.toml2
-rw-r--r--dhall_proc_macros/src/lib.rs2
-rw-r--r--serde_dhall/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 56faa44..a4c634c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -329,7 +329,7 @@ dependencies = [
[[package]]
name = "dhall_proc_macros"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"proc-macro2",
"quote",
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 <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 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.
diff --git a/serde_dhall/Cargo.toml b/serde_dhall/Cargo.toml
index 4af59a2..10d05bc 100644
--- a/serde_dhall/Cargo.toml
+++ b/serde_dhall/Cargo.toml
@@ -18,7 +18,7 @@ reqwest = [ "dhall/reqwest" ]
[dependencies]
serde = { version = "1.0", features = ["derive"] }
dhall = { version = "= 0.10.1", path = "../dhall", default-features = false }
-dhall_proc_macros = { version = "= 0.5.0", path = "../dhall_proc_macros" }
+dhall_proc_macros = { version = "= 0.5.1", path = "../dhall_proc_macros" }
doc-comment = "0.3"
url = "2.1"