mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
parent
ddd973b808
commit
e04ae7cc86
46 changed files with 557 additions and 807 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.4.0] - 2021-02-23
|
||||
|
||||
* Upgrade to bytestring 1.0
|
||||
|
||||
## [0.3.8] - 2020-10-28
|
||||
|
||||
* Router struct implements Clone trait
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-router"
|
||||
version = "0.3.8"
|
||||
version = "0.4.0"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "Path router"
|
||||
keywords = ["ntex"]
|
||||
|
@ -19,7 +19,7 @@ default = ["http"]
|
|||
[dependencies]
|
||||
regex = "1.4.1"
|
||||
serde = "1.0.116"
|
||||
bytestring = "0.1.5"
|
||||
bytestring = "1.0"
|
||||
log = "0.4.8"
|
||||
http = { version = "0.2.1", optional = true }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue