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.