From 1cf6bacfc8f8599e376c7b38692398fa865571da Mon Sep 17 00:00:00 2001 From: Ivan Ganev Date: Mon, 16 Oct 2023 19:34:46 -0600 Subject: [PATCH] version bump --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3c6d38f..61f85ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recaptcha-verify" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Ivan Ganev "] description = "Recaptcha verification helper" @@ -25,4 +25,4 @@ serde = { version = "^1", features = ["derive"] } serde_json = { version = "^1" } [dev-dependencies] -tokio = { version = "^1", features = ["macros", "rt-multi-thread"] } \ No newline at end of file +tokio = { version = "^1", features = ["macros", "rt-multi-thread"] }