From 5f667f9e3da9078bd5ae5e8abd6b8e42d37a35a3 Mon Sep 17 00:00:00 2001 From: postscriptum Date: Tue, 1 Jul 2025 22:38:13 +0300 Subject: [PATCH] update version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 27412e5..c065b3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snac2nex" -version = "0.2.0" +version = "0.2.1" edition = "2024" license = "MIT" readme = "README.md" @@ -14,4 +14,4 @@ anyhow = "1.0" chrono = "^0.4.20" clap = { version = "4.5", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" \ No newline at end of file +serde_json = "1.0"