From e173d0ef67839294d097c76532ec7dfc824e17ec Mon Sep 17 00:00:00 2001 From: Bram Dingelstad Date: Thu, 20 Feb 2025 13:01:54 +0100 Subject: [PATCH] chore: re-added async-std for testing purposes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 017e8d5..244abc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ request = ["surf/h1-client-rustls"] convert_from_notion = [] [dependencies] -# async-std = "1.12.0" +async-std = "1.12.0" # async-trait = "0.1.68" base64 = "0.21.0" chrono = "0.4.31"