From 2ea30741c5f5f780d4e7e6edb01942f404dd810b Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 26 Apr 2022 00:49:10 +0300 Subject: bugfix: place guy files under network directories guy files were getting written in the correct directory but were getting updated on the parent directory (/users) this moves the "update guy file" logic to its own function so this sort of thing doesn't happen again writing blocks to disk got moved to its own function as well --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index d5ae5f6..c939f55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -503,7 +503,7 @@ dependencies = [ [[package]] name = "gradecoin" -version = "0.3.0" +version = "0.3.1" dependencies = [ "aes", "askama", -- cgit v1.2.3-70-g09d2