From d55170ed5b2c198fed8b3588d5fd67695579c102 Mon Sep 17 00:00:00 2001 From: Keyao Shen Date: Thu, 25 Jul 2024 15:17:21 -0700 Subject: [PATCH] Fmt --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54843e3..27e1438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,4 +35,4 @@ vbs = "0.1" hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.66" } [lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_executor_impl, values("async-std"))', 'cfg(async_executor_impl, values("tokio"))'] } \ No newline at end of file +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(async_executor_impl, values("async-std"))', 'cfg(async_executor_impl, values("tokio"))'] }