diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 15:01:24 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 15:01:24 +0200 |
commit | a7f1e8c7715d580f80c26c6dab584520b9be93d1 (patch) | |
tree | 2f8eba729f0da03fa07f1f7d059891fe1a4cd86b /Cargo.toml | |
parent | 346cceb900bdf4f1c9a5a55c629a2aa975d474e8 (diff) | |
download | markdown-rs-a7f1e8c7715d580f80c26c6dab584520b9be93d1.tar.gz markdown-rs-a7f1e8c7715d580f80c26c6dab584520b9be93d1.tar.bz2 markdown-rs-a7f1e8c7715d580f80c26c6dab584520b9be93d1.zip |
1.0.0-alpha.1
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "markdown" -version = "0.0.0" +version = "1.0.0-alpha.1" authors = ["Titus Wormer <tituswormer@gmail.com>"] edition = "2018" rust-version = "1.56" |