Skip to content

Commit

Permalink
fix: removed users dep
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Oct 7, 2024
1 parent 5234fa6 commit 1e83dd1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

- [Changelog](#changelog)
- [0.3.1](#031)
- [0.3.0](#030)
- [0.2.4](#024)
- [0.2.3](#023)
Expand All @@ -11,6 +12,12 @@

---

## 0.3.1

Released on 07/10/2024

- Removed unused dep: `users`

## 0.3.0

Released on 30/09/2024
Expand Down
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
name = "remotefs-aws-s3"
readme = "README.md"
repository = "https://github.com/veeso/remotefs-rs-aws-s3"
version = "0.3.0"
version = "0.3.1"

[dependencies]
chrono = "^0.4.38"
Expand Down Expand Up @@ -46,7 +46,3 @@ with-containers = []
[target."cfg(target_os = \"windows\")"]
[target."cfg(target_os = \"windows\")".dependencies]
path-slash = "^0.1.4"

[target."cfg(target_family = \"unix\")"]
[target."cfg(target_family = \"unix\")".dependencies]
users = "^0.11.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p align="center">~ Remotefs Aws S3 client ~</p>

<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Current version: 0.3.0 (30/09/2024)</p>
<p align="center">Current version: 0.3.1 (07/10/2024)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down

0 comments on commit 1e83dd1

Please sign in to comment.