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 | |
parent | 4108bc32e6d7919523c2102421967f23d43f87b2 (diff) |
Release abnf_to_pest version 0.5.0
Diffstat (limited to 'abnf_to_pest')
-rw-r--r-- | abnf_to_pest/Cargo.toml | 2 | ||||
-rw-r--r-- | abnf_to_pest/src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abnf_to_pest/Cargo.toml b/abnf_to_pest/Cargo.toml index a6ecff3..6e4cfe7 100644 --- a/abnf_to_pest/Cargo.toml +++ b/abnf_to_pest/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "abnf_to_pest" # remember to update html_root_url -version = "0.2.0" +version = "0.5.0" authors = ["Nadrieril <nadrieril@users.noreply.github.com>"] license = "MIT OR Apache-2.0" edition = "2018" 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]. //! |