From 46bf05dcaf1edc4da1dc7ad3a8209a180c4913af Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 26 Jul 2023 10:35:23 +0100 Subject: [PATCH] chore: update `home` to 0.5.7 --- Cargo.lock | 2 +- crates/home/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b92088f6d1d..30d9c8eaa98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1803,7 +1803,7 @@ dependencies = [ [[package]] name = "home" -version = "0.5.6" +version = "0.5.7" dependencies = [ "windows-sys 0.48.0", ] diff --git a/crates/home/Cargo.toml b/crates/home/Cargo.toml index 1692b111d3b..03bd555a281 100644 --- a/crates/home/Cargo.toml +++ b/crates/home/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "home" -version = "0.5.6" # also update `html_root_url` in `src/lib.rs` +version = "0.5.7" # also update `html_root_url` in `src/lib.rs` authors = ["Brian Anderson "] documentation = "https://docs.rs/home" edition.workspace = true