Skip to content

Commit a900f31

Browse files
author
tjk
committed
Add version pin to lib dependency
1 parent 2bd7630 commit a900f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license.workspace = true
77
description = "CLI tool for extended HTML rendering of Markdown with pulldown-cmark"
88

99
[dependencies ]
10-
pulldown-html-ext = { path = "../lib" }
10+
pulldown-html-ext = { path = "../lib", version = "0.1.0" }
1111
toml = "0.8"
1212
clap = { version = "4.4", features = ["derive"] }
1313

0 commit comments

Comments
 (0)