Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrishn7 committed May 17, 2024
1 parent 1568050 commit 922b25f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "modsecurity"
version = "0.1.3"
version = "0.1.4"
authors = ["Rohan Krishnaswamy <rohan@fastmail.us>"]
repository = "https://github.com/rkrishn7/rust-modsecurity"
readme = "README.md"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion modsecurity-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <rohan@fastmail.us>"]
repository = "https://github.com/rkrishn7/rust-modsecurity"
keywords = ["modsecurity", "security", "waf"]
Expand Down

0 comments on commit 922b25f

Please sign in to comment.