From 72cc32011a0122762098864bd6a10aa672fe898e 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 --- crates/home/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/home/Cargo.toml b/crates/home/Cargo.toml index 1692b111d3b5..03bd555a2817 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