mirror of
https://github.com/FliegendeWurst/inboxid.git
synced 2024-11-09 10:50:40 +00:00
local cursive patch
This commit is contained in:
parent
a29e288615
commit
60a9d5ae0d
488
Cargo.lock
generated
488
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -34,5 +34,9 @@ parking_lot = "0.11.1"
|
|||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
html2text = "0.2.1"
|
html2text = "0.2.1"
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
cursive = { path = "../cursive/cursive" }
|
||||||
|
cursive_core = { path = "../cursive/cursive-core" } # locally patched at v0.2.2 to improve text rendering perf.
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
overflow-checks = true # useful when debugging
|
overflow-checks = true # useful when debugging
|
||||||
|
Loading…
Reference in New Issue
Block a user