From 3752929dd4c8fbedd7cff30d00f2f886cfefbf1c Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 12 Jul 2023 10:24:25 -0500 Subject: [PATCH] refactor: Update home to 2021 edition --- 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 15148a89a..14f3478d8 100644 --- a/crates/home/Cargo.toml +++ b/crates/home/Cargo.toml @@ -3,7 +3,7 @@ name = "home" version = "0.5.6" # also update `html_root_url` in `src/lib.rs` authors = ["Brian Anderson "] documentation = "https://docs.rs/home" -edition = "2018" +edition.workspace = true include = [ "/src", "/Cargo.toml",