From 65670fe9537a6c65f9c75555cf573c7545b4b3b9 Mon Sep 17 00:00:00 2001 From: "bestia.dev" Date: Fri, 29 Mar 2024 13:55:41 -0500 Subject: [PATCH] 2024-03-29 --- automation_tasks_rs/Cargo.toml | 2 +- src/github_mod.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automation_tasks_rs/Cargo.toml b/automation_tasks_rs/Cargo.toml index 4d71543..d6cfc41 100644 --- a/automation_tasks_rs/Cargo.toml +++ b/automation_tasks_rs/Cargo.toml @@ -8,4 +8,4 @@ description = "Automation tasks coded in Rust language for the workflow of Rust publish = false [dependencies] -cargo_auto_lib = "1.4.8" \ No newline at end of file +cargo_auto_lib = "2.0.5" \ No newline at end of file diff --git a/src/github_mod.rs b/src/github_mod.rs index 616dc0b..872da7e 100644 --- a/src/github_mod.rs +++ b/src/github_mod.rs @@ -426,14 +426,14 @@ pub fn github_backup_bash_scripts(token: &str) { let mut pull_script = String::from(&format!( r#":: pull_all.cmd # pull_all_for_backup.sh -# run inside git-bash in windows in the folder /d\Dropbox\BestiaDev\github_backup_automation_tasks_rs\ +# run inside git-bash in windows in the folder /d/Dropbox/BestiaDev/github_backup_automation_tasks_rs/ # sh pull_all_for_backup.sh "# )); let mut push_script = String::from(&format!( r#"# push_all_for_backup.sh -# run inside git-bash in windows in the folder /d\Dropbox\BestiaDev\github_backup_automation_tasks_rs\ +# run inside git-bash in windows in the folder /d/Dropbox/BestiaDev/github_backup_automation_tasks_rs/ # sh push_all_for_backup.sh "#