From e53ec0cc78e41e91913facba1062e53cc1e5dad8 Mon Sep 17 00:00:00 2001 From: wjian23 Date: Mon, 29 Jan 2024 23:18:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20ribir=20to=20v?= =?UTF-8?q?0.1.0-alpha.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gui/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/Cargo.toml b/gui/Cargo.toml index dd5c154..268f26f 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -8,8 +8,8 @@ description.workspace = true [dependencies] polestar-core = { path = "../core", features = ["persistence"] } -ribir = { git = "https://github.com/RibirX/Ribir", features = ["png", "tokio-async"] } -ribir_algo = { git = "https://github.com/RibirX/Ribir" } +ribir = { version= "0.1.0-alpha.0", features = ["png", "tokio-async"] } +ribir_algo = "0.1.0-alpha.0" serde.workspace = true serde_json.workspace = true