From e87d6b73983ed7b30874de8bedb03c0d787c03c9 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:37:44 +0100 Subject: [PATCH] change to Gitea url for testing --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05c51a1..aac6e5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,12 @@ [package] name = "rusttest" version = "0.1.0" -edition = "2024" +edition = "2018" [dependencies] # add https://github.com/Magnus167/rustframe as a dependency -rustframe = { git = "https://github.com/Magnus167/rustframe.git" , rev = "refs/pull/19/head" } +# rustframe = { git = "https://github.com/Magnus167/rustframe.git" , rev = "refs/pull/19/head" } +rustframe = { git = "https://gitea.nulltech.uk/Magnus167/rustframe.git" , branch = "matr_eq" } + chrono = { version = "*" } rand = { version = "*" } \ No newline at end of file