Skip to content

Commit 64af4bd

Browse files
committed
release 0.7.3
1 parent 05a8c30 commit 64af4bd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "matchit"
3-
version = "0.7.2"
3+
version = "0.7.3"
44
license = "MIT AND BSD-3-Clause"
55
authors = ["Ibraheem Ahmed <ibraheem@ibraheem.ca>"]
66
edition = "2021"
7-
description = "A blazing fast URL router."
7+
description = "A high performance, zero-copy URL router."
88
categories = ["network-programming", "algorithms"]
99
keywords = ["router", "path", "tree", "match", "url"]
1010
repository = "https://github.com/ibraheemdev/matchit"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `matchit`
22

3-
[![Documentation](https://img.shields.io/badge/docs-0.7.2-4d76ae?style=for-the-badge)](https://docs.rs/matchit)
3+
[![Documentation](https://img.shields.io/badge/docs-0.7.3-4d76ae?style=for-the-badge)](https://docs.rs/matchit)
44
[![Version](https://img.shields.io/crates/v/matchit?style=for-the-badge)](https://crates.io/crates/matchit)
55
[![License](https://img.shields.io/crates/l/matchit?style=for-the-badge)](https://crates.io/crates/matchit)
66

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! # `matchit`
22
//!
3-
//! [![Documentation](https://img.shields.io/badge/docs-0.7.2-4d76ae?style=for-the-badge)](https://docs.rs/matchit)
3+
//! [![Documentation](https://img.shields.io/badge/docs-0.7.3-4d76ae?style=for-the-badge)](https://docs.rs/matchit)
44
//! [![Version](https://img.shields.io/crates/v/matchit?style=for-the-badge)](https://crates.io/crates/matchit)
55
//! [![License](https://img.shields.io/crates/l/matchit?style=for-the-badge)](https://crates.io/crates/matchit)
66
//!

0 commit comments

Comments
 (0)