From 665ac478397526bda812b1af02b5fb16dcaaa7e3 Mon Sep 17 00:00:00 2001 From: pxp9 <48651252+pxp9@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:01:34 +0200 Subject: [PATCH] bump fang version and bump rust version --- fang/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fang/Cargo.toml b/fang/Cargo.toml index 638b05f..6487ee1 100644 --- a/fang/Cargo.toml +++ b/fang/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "fang" -version = "0.10.4" +version = "1.0.0" authors = ["Ayrat Badykov " , "Pepe Márquez "] description = "Background job processing library for Rust" repository = "https://github.com/ayrat555/fang" edition = "2021" license = "MIT" readme = "README.md" -rust-version = "1.62" +rust-version = "1.77" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html