We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8c1da commit 8a94d9cCopy full SHA for 8a94d9c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 3.3.1
4
+- Use `.strip_prefix` in place of `.starts_with` where appropriate, this stops a Clippy lint from
5
+ leaking out of our `router!` macro and into downstream code.
6
+
7
## Version 3.3.0
8
- Bumped minimum supported Rust version to 1.48
9
- Added module-level documentation for `rouille::content_encoding`
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rouille"
-version = "3.3.0"
+version = "3.3.1"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tomaka/rouille"
0 commit comments