From 1f3e6df845702e588b3097be0b209a268ba3d4cf Mon Sep 17 00:00:00 2001 From: DavidOConnor Date: Sun, 9 Jun 2019 10:09:20 -0400 Subject: [PATCH] Updated version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d268969..3d90de9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] -seed = "^0.3.5" +seed = "^0.3.6" wasm-bindgen = "^0.2.42" web-sys = "^0.3.19"