From 76a350d9c8bf1d38ead1351084f2676d35df004d Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:39:04 +0300 Subject: [PATCH] update crate --- rookie-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rookie-rs/Cargo.toml b/rookie-rs/Cargo.toml index 50fe6f7..9d8c350 100644 --- a/rookie-rs/Cargo.toml +++ b/rookie-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rookie" -version = "0.5.2-beta.2" +version = "0.5.2-beta.3" edition = "2021" description = "Load cookie from your web browsers" license-file = "MIT-LICENSE.txt"