Skip to content

Commit 6420b95

Browse files
committed
1 parent fef10ff commit 6420b95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mdast_util_to_markdown/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[dependencies]
2-
markdown = { path = "../" }
2+
markdown = { path = "../", version = "1.0.0-alpha.22" }
33
regex = { version = "1" }
44

55
[dev-dependencies]
66
pretty_assertions = { workspace = true }
77

88
[package]
9+
description = "Markdown to AST"
910
edition = "2018"
1011
license = "MIT"
1112
name = "mdast_util_to_markdown"
12-
version = "0.0.0"
13+
version = "0.0.1"

0 commit comments

Comments
 (0)