From 50d2aec14346a80224f922fcf6cab3be9f0ca29f Mon Sep 17 00:00:00 2001 From: atamakahere Date: Wed, 29 Nov 2023 20:17:01 +0530 Subject: [PATCH] chore: update dependecies version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b41e4e05..c4197e90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/SubconsciousCompute/naughtyfy.git" documentation = "https://docs.rs/naughtyfy" -authors = ["Tanveer Raza "] -version = "0.2.0" +authors = ["atamakahere "] +version = "0.2.1" edition = "2021" @@ -16,4 +16,4 @@ name = "naughtyfy" path = "src/lib.rs" [dependencies] -libc = "0.2.139" +libc = "0.2.150"