From 4c7f39818d8312cfa4d6aeeadd9ee07597cff79e Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Mon, 22 Jul 2024 19:20:20 +0100 Subject: [PATCH] fixing build --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0c346bd..f556323 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,7 @@ features = [ ] [dependencies.getrandom] +version = "*" features = ["js"] [dev-dependencies]