From e894f2f6cd13dbe682e59d213d9095feab0469b7 Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Tue, 2 Jul 2024 16:16:30 +0800 Subject: [PATCH] release v0.1.1 Signed-off-by: Jia Chao --- .gitignore | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cb00c8a..a6290cd 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ Cargo.lock # Test files sainfos cves + +# ignore swp +**/*.swp diff --git a/Cargo.toml b/Cargo.toml index 879b2af..1c198c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cvrf2cusa" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html