From 1439b770a5152505bf49fcec47395f3d051f0b90 Mon Sep 17 00:00:00 2001 From: DavidOConnor Date: Fri, 8 Feb 2019 17:28:25 -0500 Subject: [PATCH] Updated version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5a530e..085ff98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] -seed = "^0.2.6" +seed = "^0.2.7" wasm-bindgen = "^0.2.33" web-sys = "^0.3.6"