Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iganev committed Oct 17, 2023
1 parent 48ceef5 commit 1cf6bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "recaptcha-verify"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Ivan Ganev <[email protected]>"]
description = "Recaptcha verification helper"
Expand All @@ -25,4 +25,4 @@ serde = { version = "^1", features = ["derive"] }
serde_json = { version = "^1" }

[dev-dependencies]
tokio = { version = "^1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "^1", features = ["macros", "rt-multi-thread"] }

0 comments on commit 1cf6bac

Please sign in to comment.