Skip to content

Commit

Permalink
Update to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pt committed Apr 16, 2024
1 parent ba3f09a commit adf954a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2"
version = "0.4.3"
edition = "2021"
exclude = ["tests/"]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adf954a

Please sign in to comment.