Update comrak

This commit is contained in:
Liam 2024-04-16 09:01:02 -04:00
parent c691045db0
commit 7ba9579078
2 changed files with 141 additions and 616 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,7 +10,7 @@ path = "src/lib.rs"
crate-type = ["dylib"] crate-type = ["dylib"]
[dependencies] [dependencies]
comrak = { git = "https://github.com/philomena-dev/comrak", branch = "main" } comrak = { git = "https://github.com/philomena-dev/comrak", branch = "main", default-features = false }
jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] } jemallocator = { version = "0.5.0", features = ["disable_initial_exec_tls"] }
rustler = "0.28" rustler = "0.28"
ring = "0.16" ring = "0.16"