From 01fb0959c9545a10599c4033c46270077d8bda42 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Tue, 27 Oct 2015 14:00:11 -0400 Subject: [PATCH] Bumping ramp version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abc2958..109192b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "Unlicense/MIT" [dependencies] custom_derive = "0.1.*" newtype_derive = "0.1.*" -ramp = "0.1.*" +ramp = "0.2.*" rand = "0.3.*" [lib]