mirror of
https://github.com/ntex-rs/ntex-extras.git
synced 2025-04-03 21:07:40 +03:00
chore: upgrade to ntex 1.1 (#12)
This commit is contained in:
parent
7b8a385565
commit
b72566656a
8 changed files with 18 additions and 18 deletions
|
@ -16,9 +16,9 @@ name = "ntex_cors"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ntex = "1.0"
|
||||
ntex = "1.1"
|
||||
derive_more = "0.99"
|
||||
futures = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
ntex = { version = "1.0", features=["tokio"] }
|
||||
ntex = { version = "1.1", features=["tokio"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue