Skip to content

Commit

Permalink
Fix requirements on ram crates to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
bltavares committed Mar 3, 2020
1 parent 10448df commit aaf265b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ memory-pager = "0.9.0"
merkle-tree-stream = "0.12.0"
pretty-hash = "0.4.1"
rand = "0.7.3"
random-access-disk = "1.0.0"
random-access-memory = "1.1.0"
random-access-disk = "~1.0.0"
random-access-memory = "~1.1.0"
random-access-storage = "3.0.0"
sha2 = "0.8.1"
sleep-parser = "0.8.0"
Expand Down

0 comments on commit aaf265b

Please sign in to comment.