diff --git a/Cargo.toml b/Cargo.toml index 5a1f158..48effe5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "matchit" -version = "0.7.2" +version = "0.7.3" license = "MIT AND BSD-3-Clause" authors = ["Ibraheem Ahmed "] edition = "2021" -description = "A blazing fast URL router." +description = "A high performance, zero-copy URL router." categories = ["network-programming", "algorithms"] keywords = ["router", "path", "tree", "match", "url"] repository = "https://github.com/ibraheemdev/matchit" diff --git a/README.md b/README.md index 51de149..6efc3ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `matchit` -[![Documentation](https://img.shields.io/badge/docs-0.7.2-4d76ae?style=for-the-badge)](https://docs.rs/matchit) +[![Documentation](https://img.shields.io/badge/docs-0.7.3-4d76ae?style=for-the-badge)](https://docs.rs/matchit) [![Version](https://img.shields.io/crates/v/matchit?style=for-the-badge)](https://crates.io/crates/matchit) [![License](https://img.shields.io/crates/l/matchit?style=for-the-badge)](https://crates.io/crates/matchit) diff --git a/src/lib.rs b/src/lib.rs index b33c5a2..cda448c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ //! # `matchit` //! -//! [![Documentation](https://img.shields.io/badge/docs-0.7.2-4d76ae?style=for-the-badge)](https://docs.rs/matchit) +//! [![Documentation](https://img.shields.io/badge/docs-0.7.3-4d76ae?style=for-the-badge)](https://docs.rs/matchit) //! [![Version](https://img.shields.io/crates/v/matchit?style=for-the-badge)](https://crates.io/crates/matchit) //! [![License](https://img.shields.io/crates/l/matchit?style=for-the-badge)](https://crates.io/crates/matchit) //!