From c41df2be787c49f67a1c0242b33b4513b89adcd5 Mon Sep 17 00:00:00 2001 From: vandomej Date: Fri, 5 Sep 2025 12:48:39 -0700 Subject: [PATCH] Updating file-linked version and urls --- file_linked/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/file_linked/Cargo.toml b/file_linked/Cargo.toml index 14ba835..d951c7a 100644 --- a/file_linked/Cargo.toml +++ b/file_linked/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "file_linked" -version = "0.1.3" +version = "0.1.4" authors = ["vandomej "] edition = "2018" license = "MIT" description = "Controlling objects linked directly to a file" -homepage = "https://github.com/vandomej/GEMLA/tree/master/file_linked" -repository = "https://github.com/vandomej/GEMLA/tree/master/file_linked" +homepage = "https://git.gloom.garden/tepichord/GEMLA/src/branch/main/file_linked" +repository = "https://git.gloom.garden/tepichord/GEMLA.git" documentation = "https://docs.rs/file_linked/" readme = "README.md" keywords = ["file", "linked", "data", "storage"]