Skip to content

Commit 2d6e9c8

Browse files
committed
chore: Release
1 parent 2a3b80c commit 2d6e9c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "modsecurity"
3-
version = "0.1.1-alpha.3"
3+
version = "0.1.1"
44
authors = ["Rohan Krishnaswamy <[email protected]>"]
55
repository = "https://github.com/rkrishn7/rust-modsecurity"
66
readme = "README.md"
@@ -18,7 +18,7 @@ include = ["/LICENSE-MIT", "/LICENSE-APACHE", "/README.md", "src/*.rs"]
1818
# ref(cargo-readme): https://github.com/webern/cargo-readme/issues/81
1919

2020
[dependencies]
21-
modsecurity-sys = { path = "modsecurity-sys", version = "0.1.1-alpha.3" }
21+
modsecurity-sys = { path = "modsecurity-sys", version = "0.1.1" }
2222
lazy_static = "1.4.0"
2323

2424
[dev-dependencies]

modsecurity-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "modsecurity-sys"
33
description = "Rust bindings for ModSecurity"
44
license = "MIT OR Apache-2.0"
5-
version = "0.1.1-alpha.3"
5+
version = "0.1.1"
66
authors = ["Rohan Krishnaswamy <[email protected]>"]
77
repository = "https://github.com/rkrishn7/rust-modsecurity"
88
keywords = ["modsecurity", "security", "waf"]

0 commit comments

Comments
 (0)