mirror of
https://github.com/ntex-rs/ntex-extras.git
synced 2025-04-03 21:07:40 +03:00
Migrate to 1.0
This commit is contained in:
parent
14c6930954
commit
570f633ba7
6 changed files with 18 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-cors"
|
||||
version = "0.5.0-b.0"
|
||||
version = "0.5.0"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "Cross-origin resource sharing (CORS) for ntex applications."
|
||||
readme = "README.md"
|
||||
|
@ -16,9 +16,9 @@ name = "ntex_cors"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ntex = "1.0.0-b.1"
|
||||
ntex = "1.0"
|
||||
derive_more = "0.99"
|
||||
futures = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
ntex = { version = "1.0.0-b.1", features=["tokio"] }
|
||||
ntex = { version = "1.0", features=["tokio"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue