From 4776058f97efc25e5d8200e66bab394bbade4d1e Mon Sep 17 00:00:00 2001 From: daxpedda Date: Mon, 28 Oct 2024 08:36:35 +0100 Subject: [PATCH] Dependencies were updated with necessary patches --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2385929..ef0169a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,11 +54,6 @@ web-thread = { git = "https://github.com/daxpedda/wasm-worker", rev = "93236ab92 "audio-worklet", ] } -[patch.crates-io] -pollster = { git = "https://github.com/zesterer/pollster", rev = "58f420e1ac19def81183ca4140470e4bb956fd11" } -wasm-bindgen-test = { git = "https://github.com/daxpedda/wasm-bindgen", branch = "web-time" } -wasm-bindgen-test-macro = { git = "https://github.com/daxpedda/wasm-bindgen", branch = "web-time" } - [profile.bench] codegen-units = 1 lto = true