From ce99949256550753ed246d0baeab24019399dfdd Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 5 Apr 2020 19:26:33 +0100 Subject: Release abnf_to_pest version 0.5.0 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index e5a25e4..6e4bae1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ dependencies = [ [[package]] name = "abnf_to_pest" -version = "0.2.0" +version = "0.5.0" dependencies = [ "abnf 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -138,7 +138,7 @@ dependencies = [ name = "dhall" version = "0.4.0" dependencies = [ - "abnf_to_pest 0.2.0", + "abnf_to_pest 0.5.0", "annotate-snippets 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit v1.2.3 From a18582511cf9b9503a96c496ff644868586a01b5 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 5 Apr 2020 19:26:34 +0100 Subject: Release dhall version 0.5.0 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 6e4bae1..34baded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "dhall" -version = "0.4.0" +version = "0.5.0" dependencies = [ "abnf_to_pest 0.5.0", "annotate-snippets 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1039,7 +1039,7 @@ dependencies = [ name = "serde_dhall" version = "0.4.0" dependencies = [ - "dhall 0.4.0", + "dhall 0.5.0", "dhall_proc_macros 0.4.0", "doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit v1.2.3 From e05b79108728c328967675284f14c4808477afeb Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 5 Apr 2020 19:26:34 +0100 Subject: Release dhall_proc_macros version 0.5.0 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 34baded..8a1fd12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "dhall_proc_macros" -version = "0.4.0" +version = "0.5.0" dependencies = [ "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1040,7 +1040,7 @@ name = "serde_dhall" version = "0.4.0" dependencies = [ "dhall 0.5.0", - "dhall_proc_macros 0.4.0", + "dhall_proc_macros 0.5.0", "doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit v1.2.3 From 5aea256e3998e6f72dc79b3ea4b935647ecf5cd6 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 5 Apr 2020 19:26:34 +0100 Subject: Release serde_dhall version 0.5.0 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 8a1fd12..d5605ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1037,7 +1037,7 @@ dependencies = [ [[package]] name = "serde_dhall" -version = "0.4.0" +version = "0.5.0" dependencies = [ "dhall 0.5.0", "dhall_proc_macros 0.5.0", -- cgit v1.2.3