Skip to content

Commit c499944

Browse files
committed
feat(release): update libredirectionio to 2.4.0
1 parent 06ecf8f commit c499944

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "redirectionio"
33
description = "Redirection IO Library to handle matching rule, redirect and filtering headers and body."
44
repository = "https://github.com/redirectionio/libredirectionio"
55
license = "MIT"
6-
version = "0.1.0"
7-
authors = ["Joel Wurtz <jwurtz@jolicode.com>"]
6+
version = "2.4.0"
7+
authors = ["Joel Wurtz <jwurtz@redirection.io>"]
88
edition = "2018"
99
build = "src/build.rs"
1010

@@ -61,6 +61,3 @@ version = "0.3"
6161
features = [
6262
"console",
6363
]
64-
65-
[package.metadata.wasm-pack.profile.release]
66-
wasm-opt = false

src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*!
2+
This crate provides a library for matching, handling and logging http requests with reidrectionio
3+
rule format.
4+
*/
5+
16
#[macro_use]
27
extern crate lazy_static;
38
#[macro_use]

0 commit comments

Comments
 (0)