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"] }