Skip to content

Commit 4c166fa

Browse files
authored
Merge pull request #1682 from ehuss/comrak-features
Fix comrak features
2 parents 2505474 + a0b9c35 commit 4c166fa

File tree

2 files changed

+3
-51
lines changed

2 files changed

+3
-51
lines changed

Cargo.lock

Lines changed: 2 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ postgres-native-tls = "0.5.0"
3434
native-tls = "0.2"
3535
serde_path_to_error = "0.1.2"
3636
octocrab = "0.9.1"
37-
comrak = "0.8.2"
37+
comrak = { version = "0.8.2", default-features = false }
3838
route-recognizer = "0.3.0"
3939
cynic = { version = "2.0.0" }
4040
itertools = "0.10.2"

0 commit comments

Comments
 (0)