diff options
author | Nadrieril | 2020-04-05 19:26:33 +0100 |
---|---|---|
committer | Nadrieril | 2020-04-05 19:26:33 +0100 |
commit | ce99949256550753ed246d0baeab24019399dfdd (patch) | |
tree | 52986605cf6e9aed807c3ffdfb948e08f86ce568 /abnf_to_pest/src | |
parent | 4108bc32e6d7919523c2102421967f23d43f87b2 (diff) |
Release abnf_to_pest version 0.5.0
Diffstat (limited to 'abnf_to_pest/src')
-rw-r--r-- | abnf_to_pest/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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]. //! |