From aa1edef4a6ed26a82175c10ae0a09b7a92ec3413 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Wed, 4 Dec 2024 18:02:07 -0800 Subject: [PATCH] ci: Bump resolver to version 2 This fixes the wasm-bindgen-test errors in CI. Signed-off-by: John Nunley --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b729cf0..fc682af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ repository = "https://github.com/smol-rs/fastrand" keywords = ["simple", "fast", "rand", "random", "wyrand"] categories = ["algorithms"] exclude = ["/.*"] +resolver = "2" [features] default = ["std"]