mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Update comrak
This commit is contained in:
parent
c691045db0
commit
7ba9579078
2 changed files with 141 additions and 616 deletions
755
native/philomena/Cargo.lock
generated
755
native/philomena/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue