From afeb41ea6c701a02b87bb7ba33242d1f33eb6735 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 24 Oct 2024 21:04:09 -0400 Subject: [PATCH] v1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d418118..7bb5652 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "a1" -version = "1.0.0" +version = "1.0.1" dependencies = [ "rkyv", "serde", diff --git a/Cargo.toml b/Cargo.toml index 3bf2c97..2e1efe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["a1", "notation", "spreadsheet", "csv", "reference"] license = "MIT" name = "a1" repository = "https://github.com/patrickomatic/a1" -version = "1.0.0" +version = "1.0.1" edition = "2021" [dependencies]