From 5eac1c0c6443f02076174900ddeaf5bb93b3ccec Mon Sep 17 00:00:00 2001 From: Dusan Malusev Date: Wed, 29 Nov 2023 23:24:58 +0100 Subject: [PATCH] Update Cargo.toml Signed-off-by: Dusan Malusev --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f99e642..d110a6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,11 +26,11 @@ members = [ [workspace.package] version = "0.13.0" -authors = ["PHPER Framework Team", "jmjoy "] +authors = ["PHPER Framework Team", "jmjoy ", "Dusan Malusev "] edition = "2021" license = "MulanPSL-2.0" -repository = "https://github.com/phper-framework/phper" -rust-version = "1.67" +repository = "https://github.com/dmalusev/phper" +rust-version = "1.74" [workspace.dependencies] phper = { version = "0.13.0", path = "./phper" }