From 00511bdc252f491a72ac89f6d6a2463406266fb2 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Sun, 12 Jan 2025 18:18:16 +0100 Subject: [PATCH] Release 6.0.0 --- Cargo.toml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96e2362..1fea42d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dirs" -version = "5.0.1" +version = "6.0.0" authors = ["Simon Ochsenreither "] description = "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS." readme = "README.md" diff --git a/README.md b/README.md index 823fae4..fefcd3c 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,10 @@ cargo build --target=x86_64-unknown-redox ## Changelog +### 6 + +- Update `dirs-sys` dependency to `0.5.0`, which in turn updates `windows-sys` dependency to `0.59.0`. + ### 5 - Update `dirs-sys` dependency to `0.4.0`.