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 --- abnf_to_pest/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abnf_to_pest/src') diff --git a/abnf_to_pest/src/lib.rs b/abnf_to_pest/src/lib.rs index ba8bdf2..a579493 100644 --- a/abnf_to_pest/src/lib.rs +++ b/abnf_to_pest/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/abnf_to_pest/0.2.0")] +#![doc(html_root_url = "https://docs.rs/abnf_to_pest/0.5.0")] //! A tiny crate that helps convert ABNF grammars to [pest][pest]. //! -- cgit v1.2.3