mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Use a temporary file for writes (#9236)
Co-authored-by: Pascal Kuthe <pascalkuthe@pm.me>
This commit is contained in:
parent
a224ee5079
commit
88d455afeb
9 changed files with 569 additions and 77 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1405,12 +1405,15 @@ version = "24.3.0"
|
|||
name = "helix-stdx"
|
||||
version = "24.3.0"
|
||||
dependencies = [
|
||||
"bitflags 2.5.0",
|
||||
"dunce",
|
||||
"etcetera",
|
||||
"regex-cursor",
|
||||
"ropey",
|
||||
"rustix",
|
||||
"tempfile",
|
||||
"which",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1515,6 +1518,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"slotmap",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"tokio-stream",
|
||||
"toml",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue