From 911b71ae27af1b8d939cff3e47ccc1a56e4dc1ce Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 15 Aug 2017 04:47:19 +0000 Subject: [PATCH] Bump arrayref to 0.3.4. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 590e2aa..960f913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ version = "1.0" optional = true [dependencies.arrayref] -version = "0.3.3" +version = "0.3.4" [dependencies.rand] optional = true