diff --git a/CHANGELOG.md b/CHANGELOG.md index e20bd71..a14066e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.1.3 + +- Update `windows-sys` to v0.60. (#46) + # Version 2.1.2 - Ensure that the docs for `create_dir_all` are close to the equivalent function diff --git a/Cargo.toml b/Cargo.toml index 1bb3186..822b36b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-fs" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.1.2" +version = "2.1.3" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.63"