From aaf265b8b84ee5ba6b975a5503db262e154c14eb Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Mon, 2 Mar 2020 23:17:26 -0300 Subject: [PATCH] Fix requirements on ram crates to compile --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2375258..5cb5aa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"