From c5c3227eb9d2bf0b0d79b611b37eaa7eb7c970ee Mon Sep 17 00:00:00 2001 From: ARCJ137442 <61109168+ARCJ137442@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:13:41 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:arrow=5Fup:=20=E6=9B=B4=E6=96=B0NAVM?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC=200.15=E2=86=920.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56c26c3..d5d9a69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "babel_nar" -version = "0.25.1" +version = "0.25.2" edition = "2021" description = """ Implementation and application supports of the NAVM model @@ -54,7 +54,7 @@ features = [ # ! 本地依赖可以不添加版本 # 载入NAVM API,引入「非公理虚拟机」模型 # path = "../NAVM.rs" -version = "0.15" # 现已发布于`crates.io` +version = "0.17" # 现已发布于`crates.io` # git = "https://github.com/ARCJ137442/NAVM.rs" # ! 【2024-03-23 19:19:01】似乎Rust-Analyzer无法获取私有仓库数据 features = [] # ! 【2024-03-21 09:24:51】暂时没有特性