From dab169a3ec46f8fd9699aeb8742b65b63f1d3bb4 Mon Sep 17 00:00:00 2001 From: cheolgyu Date: Tue, 6 Sep 2022 12:01:14 +0900 Subject: [PATCH] Update Cargo.toml build error --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 482e780..3d70d25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ crate-type = ["cdylib"] wasm-bindgen-test = "0.3.18" [dependencies] -seed = "0.8.0" +seed = "0.9.2" [profile.release] lto = true