From 05aad9d5a996f78346278177beca5e17b8e9de06 Mon Sep 17 00:00:00 2001 From: Benign X <1341398182@qq.com> Date: Mon, 20 Nov 2023 04:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=86(Update):=20update=20Vegravis=20pro?= =?UTF-8?q?ject=20to=20version=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vegravis project version has been bumped from 0.1.1 to 0.2.0. No functional changes have been made, this versioning adjusts according to the Standard Semantic Versioning. Signed-off-by: Benign X <1341398182@qq.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1321a0..167283e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vegravis" -version = "0.1.1" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html