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