From 21bff51d03b81efa321e52723b0abb87fcb82ee3 Mon Sep 17 00:00:00 2001 From: Julius Rakow Date: Sun, 21 Oct 2018 20:55:31 +0100 Subject: [PATCH] add missing dev-dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 30d38ea..fd7d9e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,5 @@ libm = { version = "0.1.2", optional = true } [dev-dependencies] assert_matches = "1.1" +rand = "0.4.2" wabt = "0.4"