From c646b748860380f962bb7b983f0f7f658a081025 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 8 May 2017 18:21:37 -1000 Subject: [PATCH 1/2] Update to *ring* 0.9.4. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18c54a2..440d5b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tokio-service = "0.1" tokio-timer = "0.1" tokio-rpc = "0.1" protobuf = "1.2" -ring = "0.7" +ring = "0.9.4" log = "0.3" rand = "0.3" time = "0.1" From 555b02227753af60876c241919b66fbc60313330 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 8 May 2017 18:21:50 -1000 Subject: [PATCH 2/2] Bump version to 0.0.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 440d5b7..8bca5dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rocksd" -version = "0.0.1" +version = "0.0.2" authors = ["zensh "] description = "A key-vaule and message queue server written in RUST using RocksDB as a backend." repository = "https://github.com/iorust/rocksd"