From 79fe70d99e2144dba8b0bb585c381f1c63b1c2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8A=E6=AC=A7?= Date: Tue, 9 Jul 2024 07:13:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Use=20patch=20temporarily.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f59fdc2..b686f2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,4 @@ yew = { git = "https://github.com/langyo/yew", branch = "wasi-support-test" } yew-router = { git = "https://github.com/langyo/yew", branch = "wasi-support-test" } stylist = { git = "https://github.com/langyo/stylist-rs", branch = "wasi-support" } prokio = { git = "https://github.com/langyo/prokio", branch = "wasi-fix" } +sea-orm = { git = "https://github.com/langyo/sea-orm", branch = "async-proxy-conn" }