imag/libimagref
Matthias Beyer 55c39ac94d Fix: We cannot offer a Ref::delete(self), but a Ref::delete_by_hash()
We cannot offer the former because deleting self would always fail as
the FileLockEntry is already borrowed from the store, so the store
declines this.

But deleting by hash works.
2016-07-05 12:42:52 +02:00
..
src Fix: We cannot offer a Ref::delete(self), but a Ref::delete_by_hash() 2016-07-05 12:42:52 +02:00
Cargo.toml Initial import 2016-07-04 19:29:02 +02:00