uv/crates/puffin-cache
Charlie Marsh aa9882eee8
Use locks to prevent concurrent accesses to the same Git repo (#304)
Ensures that if we need to access the same Git repo twice in a
resolution, we only have one handler to that repo at a time. (Otherwise,
`git2` panics.)
2023-11-03 16:33:14 +00:00
..
src Use locks to prevent concurrent accesses to the same Git repo (#304) 2023-11-03 16:33:14 +00:00
Cargo.toml Add stable hash crate (#281) 2023-11-01 23:41:45 +00:00