Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webdesus committed Feb 3, 2023
1 parent bb12c0d commit 1754296
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
@@ -1,6 +1,6 @@
[package]
name = "fs_extra"
version = "1.2.0"
version = "1.3.0"
edition = "2018"
description = "Expanding std::fs and std::io. Recursively copy folders with information about process and much more."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ A Rust library that provides additional functionality not present in [`std::fs`]
Add this to your `Cargo.toml`:
```toml
[dependencies]
fs_extra = "1.2.0"
fs_extra = "1.3.0"
```
## Examples

Expand Down

0 comments on commit 1754296

Please sign in to comment.