From cb306e4841528ca0c3b056363edc457b08082e93 Mon Sep 17 00:00:00 2001 From: mortalreminder Date: Sat, 13 Apr 2024 20:08:01 +0800 Subject: [PATCH] update to 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 047d70f..cc60ec8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "edit-xlsx" -version = "0.4.0" +version = "0.4.1" dependencies = [ "futures", "quick-xml", diff --git a/Cargo.toml b/Cargo.toml index bd8fb97..959e67f 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.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 8a75aa3..cd21708 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [github](https://github.com/MortalreminderPT/edit-xlsx) [crates.io](https://crates.io/crates/edit-xlsx) [docs.rs](https://docs.rs/edit-xlsx) +[build status](https://github.com/MortalreminderPT/edit-xlsx/actions?query=main) Welcome to Edit-xlsx, your quick and easy-to-use Rust library for Excel file editing. Whether you're a developer working on a project that involves manipulating Excel files or a business user streamlining data workflows, Edit-xlsx is designed to make Excel editing a breeze. @@ -26,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.0" +edit-xlsx = "0.4.1" ``` ## Notice