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