diff rust/rhg/Cargo.toml @ 51759:955084b4f74f stable

rhg: ignore readonly FS error when saving dirstate The error is already ignored when the .hg directory is read-only, so this is only fair. (the python hg is silent on readonly fs, too)
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Thu, 01 Aug 2024 13:04:38 +0100
parents 48fd4d23c867
children
line wrap: on
line diff
--- a/rust/rhg/Cargo.toml	Thu Aug 01 16:34:37 2024 +0200
+++ b/rust/rhg/Cargo.toml	Thu Aug 01 13:04:38 2024 +0100
@@ -24,3 +24,4 @@
 whoami = "1.4"
 which = "4.3.0"
 rayon = "1.7.0"
+libc = "0.2.155"