Dmitry Belyakin
Results
12
comments of
Dmitry Belyakin
Dont know why my emacs completely frozen after restore. Probably because I self built it with pgtk..
try to use `https://index.crates.io` as remote URL in mirror configuration. in your .cargo/config.toml: ``` [source.crates-io] replace-with = "nexus" [source.nexus] registry = "sparse+https:///repository//" ```