From 7626db10bf5afc6361e562f7307f9eb70dcf1c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 13 Jan 2025 16:48:59 +0900 Subject: [PATCH] cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7602e7b74da0..f3862d1255a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -103,6 +103,7 @@ resolver = "2" tempfile = "3.6.0" termcolor = "1.0" thiserror = "1.0.30" + thread_local = "1.1.8" tokio = { version = "1", default-features = false } toml = "0.8.2" tracing = "0.1.40" @@ -122,7 +123,6 @@ resolver = "2" wasm-bindgen-futures = "0.4.41" wasmer = { version = "=5.0.5-rc1", default-features = false } wasmer-wasix = { version = "0.35.0", default-features = false } -thread_local = "1.1.8" [profile.release] lto = true