From de1e15fc5326b09c53c85d18707a99870ca6818e Mon Sep 17 00:00:00 2001 From: ARCJ137442 <61109168+ARCJ137442@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:55:56 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:arrow=5Fup:=20=E9=9A=8F=20BabelNAR.rs?= =?UTF-8?q?=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🏷️CLI0.1.0 从 BabelNAR.rs 0.26.0开始 --- Cargo.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c61a0a5..7f161fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,13 +58,11 @@ version = "0.17" # 现已发布于`crates.io` features = [] # ! 【2024-03-21 09:24:51】暂时没有特性 [dependencies.babel_nar] -path = "../BabelNAR.rs" # TODO: 待BabelNAR.rs发布后恢复 -features = ["bundled"] -# version = "0.25" -# features = [ # * 🚩【2024-09-12 18:04:39】目前锁定以下两个特性 -# "cin_implements", # 各大CIN的NAVM实现 -# "test_tools", # 测试工具集 -# ] +version = "0.26" +features = [ # * 🚩【2024-09-12 18:04:39】目前锁定以下两个特性 + "cin_implements", # 各大CIN的NAVM实现 + "test_tools", # 测试工具集 +] ## 依赖特性的可选依赖 ##