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.