From eea3f65fa6ada708d2bcce91441db060230b4147 Mon Sep 17 00:00:00 2001 From: splurf Date: Sat, 20 Jul 2024 10:58:26 -0400 Subject: [PATCH] push to `0.1.8` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a8321d5..6ac7090 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple-expand-tilde" -version = "0.1.7" +version = "0.1.8" edition = "2021" license = "MIT" @@ -11,7 +11,7 @@ keywords = ["expand", "tilde", "fast", "path", "lightweight"] categories = ["accessibility"] [dependencies] -simple-home-dir = "0.3.5" +simple-home-dir = "0.3.6" [profile.release] lto = true