mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 22:56:46 +01:00
Allow duplicate regex-syntax in examples
This commit is contained in:
parent
4d5035faf8
commit
c378211b12
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ skip-tree = [
|
|||
{ name = "syn" },
|
||||
# until 1.0 is out we're pulling in both 0.14 and 1.0-rc.x
|
||||
{ name = "hyper" },
|
||||
# pulled in by tracing-subscriber
|
||||
{ name = "regex-syntax" }
|
||||
]
|
||||
|
||||
[sources]
|
||||
|
|
Loading…
Reference in a new issue