From a00625a7333928fd55e8916e9b928d327b64c3ef Mon Sep 17 00:00:00 2001 From: David O'Connor Date: Mon, 3 Feb 2020 17:18:05 -0500 Subject: [PATCH] Updated version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ecf7b2..df7a799 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] -seed = "^0.5.1" +seed = "^0.6.0" wasm-bindgen = "^0.2.50" # For serialization, eg sending requests to a server. Otherwise, not required.