From b99cf5f839151fc1d35f328a64a948ebfa4f5794 Mon Sep 17 00:00:00 2001 From: David O'Connor Date: Tue, 3 Dec 2019 18:58:21 -0500 Subject: [PATCH] Change version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fa1608..2a74aa7 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] -seed = "^0.4.3" +seed = "^0.5.0" wasm-bindgen = "^0.2.50" # For serialization, eg sending requests to a server. Otherwise, not required.