From 922b25fa04f9ae51779e6644dbb9bf26f5178b82 Mon Sep 17 00:00:00 2001 From: rkrishn7 Date: Thu, 16 May 2024 23:14:26 -0700 Subject: [PATCH] chore: Release --- Cargo.toml | 4 ++-- modsecurity-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f8e568c..bf87960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "modsecurity" -version = "0.1.3" +version = "0.1.4" authors = ["Rohan Krishnaswamy "] repository = "https://github.com/rkrishn7/rust-modsecurity" readme = "README.md" @@ -18,7 +18,7 @@ include = ["/LICENSE-MIT", "/LICENSE-APACHE", "/README.md", "src/*.rs"] # ref(cargo-readme): https://github.com/webern/cargo-readme/issues/81 [dependencies] -modsecurity-sys = { path = "modsecurity-sys", version = "0.1.1" } +modsecurity-sys = { path = "modsecurity-sys", version = "0.1.2" } lazy_static = "1.4.0" [dev-dependencies] diff --git a/modsecurity-sys/Cargo.toml b/modsecurity-sys/Cargo.toml index 525d8df..19de69d 100644 --- a/modsecurity-sys/Cargo.toml +++ b/modsecurity-sys/Cargo.toml @@ -2,7 +2,7 @@ name = "modsecurity-sys" description = "Rust bindings for ModSecurity" license = "MIT OR Apache-2.0" -version = "0.1.1" +version = "0.1.2" authors = ["Rohan Krishnaswamy "] repository = "https://github.com/rkrishn7/rust-modsecurity" keywords = ["modsecurity", "security", "waf"]