From bf180ddea5ada96b0978c002dd4940fce65cb762 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Tue, 21 Mar 2017 17:24:01 +0100 Subject: [PATCH] Fix versions --- Cargo.toml | 8 ++++---- src/bundledb/db.rs | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c881e0b..f1ea19a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,17 +10,17 @@ rmp-serde = "0.12" serde_yaml = "0.6" serde_utils = "0.5.1" squash-sys = "0.9" -mmap = "*" +mmap = "0.1" quick-error = "1.1" -blake2-rfc = "*" -murmurhash3 = "*" +blake2-rfc = "0.2" +murmurhash3 = "0.0.5" rustc-serialize = "0.3" chrono = "0.3" clap = "2.19" log = "0.3" byteorder = "1.0" ansi_term = "0.9" -sodiumoxide = "*" +sodiumoxide = "0.0.14" libc = "*" [build-dependencies] diff --git a/src/bundledb/db.rs b/src/bundledb/db.rs index 3a83c83..6e5e440 100644 --- a/src/bundledb/db.rs +++ b/src/bundledb/db.rs @@ -42,7 +42,7 @@ pub fn load_bundles>(path: P, bundles: &mut HashMap