aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 15:01:24 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 15:01:24 +0200
commita7f1e8c7715d580f80c26c6dab584520b9be93d1 (patch)
tree2f8eba729f0da03fa07f1f7d059891fe1a4cd86b /Cargo.toml
parent346cceb900bdf4f1c9a5a55c629a2aa975d474e8 (diff)
downloadmarkdown-rs-a7f1e8c7715d580f80c26c6dab584520b9be93d1.tar.gz
markdown-rs-a7f1e8c7715d580f80c26c6dab584520b9be93d1.tar.bz2
markdown-rs-a7f1e8c7715d580f80c26c6dab584520b9be93d1.zip
1.0.0-alpha.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e366cf1..244207a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"