diff options
author | Nadrieril | 2020-04-05 18:17:15 +0100 |
---|---|---|
committer | Nadrieril | 2020-04-05 19:25:51 +0100 |
commit | 4108bc32e6d7919523c2102421967f23d43f87b2 (patch) | |
tree | 68f4e3f46c4b4931dd505023194bc1d302e0b215 /abnf_to_pest | |
parent | 1f1ba51249df6f3ce739d4727e054d0893fd3288 (diff) |
Setup cargo-release
Diffstat (limited to 'abnf_to_pest')
-rw-r--r-- | abnf_to_pest/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abnf_to_pest/Cargo.toml b/abnf_to_pest/Cargo.toml index 1567512..a6ecff3 100644 --- a/abnf_to_pest/Cargo.toml +++ b/abnf_to_pest/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "abnf_to_pest" -version = "0.2.0" # remember to update html_root_url +# remember to update html_root_url +version = "0.2.0" authors = ["Nadrieril <nadrieril@users.noreply.github.com>"] license = "MIT OR Apache-2.0" edition = "2018" |