From c6023f715d28feff199a2c7a20c99cb682c6c03b Mon Sep 17 00:00:00 2001 From: Ayush <36449128+is-it-ayush@users.noreply.github.com> Date: Wed, 28 Feb 2024 18:50:12 +0530 Subject: [PATCH] release: version bump (#12) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d01bb8d..bc8cdf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-fr" -version = "1.0.0" +version = "1.0.1" edition = "2021" description = "a simple, non-self-describing data-interchange format." repository = "https://github.com/is-it-ayush/rust-fr"