From adf954a2261c70c09dce9e86234df778046b92d1 Mon Sep 17 00:00:00 2001 From: pt Date: Tue, 16 Apr 2024 10:49:14 +0800 Subject: [PATCH] Update to 0.4.3 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e888ee..b621bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/MortalreminderPT/edit-xlsx" documentation = "https://docs.rs/edit-xlsx/latest/edit_xlsx" keywords = ["excel", "xlsx", "writer", "editor"] readme = "README.md" -version = "0.4.2" +version = "0.4.3" edition = "2021" exclude = ["tests/"] diff --git a/README.md b/README.md index c412bc9..3b38a2b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To use Edit-xlsx in your Rust project, add the following to your Cargo.toml file ```toml [dependencies] -edit-xlsx = "0.4.2" +edit-xlsx = "0.4.3" ``` ## Notice