File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " markdown-it-autolink"
3- version = " 0.0 .0"
3+ version = " 0.1 .0"
44description = " A markdown-it plugin for parsing GFM autolinks"
55readme = " README.md"
66license = " Apache-2.0"
@@ -14,7 +14,7 @@ edition = { workspace = true }
1414
1515[dependencies ]
1616markdown-it = { workspace = true }
17- gfm-autolinks = { path = " ../gfm-autolinks" , version = " 0.1 " }
17+ gfm-autolinks = { path = " ../gfm-autolinks" , version = " 0.2 " }
1818
1919[dev-dependencies ]
2020dev = { path = " ../dev" }
Original file line number Diff line number Diff line change 11[package ]
22name = " gfm-autolinks"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " Parse GitHub Flavored Markdown autolinks"
55readme = " README.md"
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments