Skip to content

Commit

Permalink
update to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mortalreminder committed Apr 13, 2024
1 parent 4d27ab9 commit cb306e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[<img alt="github" src="https://img.shields.io/badge/github-MortalreminderPT/edit--xlsx-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/MortalreminderPT/edit-xlsx)
[<img alt="crates.io" src="https://img.shields.io/crates/v/edit-xlsx.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/edit-xlsx)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-edit--xlsx-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/edit-xlsx)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/MortalreminderPT/edit-xlsx/rust.yml?branch=main&style=for-the-badge" height="20">](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.

Expand All @@ -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
Expand Down

0 comments on commit cb306e4

Please sign in to comment.