diff options
author | Titus Wormer <tituswormer@gmail.com> | 2023-01-31 12:09:35 +0100 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2023-01-31 12:09:35 +0100 |
commit | eec5d0e8c8af197d674d8d4e7e5ca9d3644ec548 (patch) | |
tree | 4fca50f5ad3c92e64be36a516c36da1e7828de83 /Cargo.toml | |
parent | aa5bc6f2fd6005f6f5d39cd00601143d58fcdc0c (diff) | |
download | markdown-rs-eec5d0e8c8af197d674d8d4e7e5ca9d3644ec548.tar.gz markdown-rs-eec5d0e8c8af197d674d8d4e7e5ca9d3644ec548.tar.bz2 markdown-rs-eec5d0e8c8af197d674d8d4e7e5ca9d3644ec548.zip |
1.0.0-alpha.6
Diffstat (limited to 'Cargo.toml')
-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.5" +version = "1.0.0-alpha.6" authors = ["Titus Wormer <tituswormer@gmail.com>"] edition = "2018" rust-version = "1.56" |