Skip to content

Commit

Permalink
chore(wiserone): 🚑 v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Feb 5, 2024
1 parent 35918ab commit 8bcfafe
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 66 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 @@ -18,7 +18,7 @@ name = "wiserone"
readme = "README.md"
repository = "https://github.com/sebastienrousseau/wiserone"
rust-version = "1.75.0"
version = "0.0.4"
version = "0.0.5"
include = [
"/benches/**",
"/build.rs",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ To use the `wiserone` library in your project, add the following to your

```toml
[dependencies]
wiserone = "0.0.4"
wiserone = "0.0.5"
```

Add the following to your `main.rs` file:
Expand Down Expand Up @@ -242,6 +242,6 @@ providing a lot of useful suggestions on how to improve this project.
[crates-badge]: https://img.shields.io/crates/v/wiserone.svg?style=for-the-badge 'Crates.io badge'
[divider]: https://kura.pro/common/images/elements/divider.svg "divider"
[docs-badge]: https://img.shields.io/docsrs/wiserone.svg?style=for-the-badge 'Docs.rs badge'
[libs-badge]: https://img.shields.io/badge/lib.rs-v0.0.4-orange.svg?style=for-the-badge 'Lib.rs badge'
[libs-badge]: https://img.shields.io/badge/lib.rs-v0.0.5-orange.svg?style=for-the-badge 'Lib.rs badge'
[license-badge]: https://img.shields.io/crates/l/wiserone.svg?style=for-the-badge 'License badge'
[made-with-rust-badge]: https://img.shields.io/badge/rust-f04041?style=for-the-badge&labelColor=c0282d&logo=rust 'Made With Rust badge'
Loading

0 comments on commit 8bcfafe

Please sign in to comment.