From 60462a695869d20d8dbba72333729b057603a592 Mon Sep 17 00:00:00 2001 From: thewh1teagle <61390950+thewh1teagle@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:33:46 +0300 Subject: [PATCH] update crate ver --- 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 d17fe53..50fe6f7 100644 --- a/rookie-rs/Cargo.toml +++ b/rookie-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rookie" -version = "0.5.2-beta.1" +version = "0.5.2-beta.2" edition = "2021" description = "Load cookie from your web browsers" license-file = "MIT-LICENSE.txt"