Skip to content

Commit

Permalink
Release 1.0.0 (#81)
Browse files Browse the repository at this point in the history
- update edition
  • Loading branch information
rbtcollins authored Nov 22, 2024
1 parent c18afff commit fdbc6dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
]
categories = ["filesystem"]
description = "A safe, reliable implementation of remove_dir_all for Windows"
edition = "2018"
edition = "2021"
include = [
"Cargo.toml",
"LICENCE-APACHE",
Expand All @@ -18,7 +18,7 @@ license = "MIT OR Apache-2.0"
name = "remove_dir_all"
readme = "README.md"
repository = "https://github.com/XAMPPRocky/remove_dir_all.git"
version = "0.8.4"
version = "1.0.0"

[features]
cli = ["dep:clap", "dep:env_logger", "log", "parallel"]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ fn main() {
```

## Minimum Rust Version

The minimum rust version for `remove_dir_all` is the latest stable release, and the minimum version may be bumped through patch releases. You can pin to a specific version by setting by add `=` to your version (e.g. `=0.6.0`), or commiting a `Cargo.lock` file to your project.

0 comments on commit fdbc6dd

Please sign in to comment.