maidsafe-archive / sentinel

p2p group based consensus
Other
13 stars 11 forks source link

Wrong dependency version #46

Closed Fraser999 closed 9 years ago

Fraser999 commented 9 years ago

We currently specify an out-of-date version of LRU Time Cache:

https://github.com/maidsafe/sentinel/blob/master/Cargo.toml#L18

It should be lru_time_cache = "0.2.*"

benjaminbollen commented 9 years ago

Put in a PR here https://github.com/maidsafe/sentinel/pull/56