Skip to content

Commit

Permalink
FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
khernyo committed Aug 29, 2018
1 parent a1c21a1 commit 3a55abf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ memory-pager = "0.7.0"
merkle-tree-stream = "0.5.0"
pretty-hash = "0.2.0"
rand = "0.4.2"
random-access-disk = { path = "../random-access-disk" }
random-access-memory = { path = "../random-access-memory" }
random-access-storage = { path = "../random-access-storage" }
random-access-disk = { git = "https://github.com/khernyo/random-access-disk", branch = "random-access-always-open" }
random-access-memory = { git = "https://github.com/khernyo/random-access-memory", branch = "random-access-always-open" }
random-access-storage = "0.6.0"
sha2 = "0.7.1"
sleep-parser = "0.6.0"
sparse-bitfield = "0.8.0"
Expand Down

0 comments on commit 3a55abf

Please # to comment.