mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
update deps
This commit is contained in:
parent
e04ae7cc86
commit
8b059754a6
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-rt-macros"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime macros"
|
||||
repository = "https://github.com/ntex-rs/ntex"
|
||||
|
|
|
@ -16,6 +16,6 @@ name = "ntex_rt"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ntex-rt-macros = "0.1.0"
|
||||
ntex-rt-macros = "0.1.1"
|
||||
futures = "0.3.13"
|
||||
tokio = { version = "1", default-features=false, features = ["rt", "net", "time", "signal"] }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changes
|
||||
|
||||
## [0.3.0-b.1] - 2021-02-22
|
||||
## [0.3.0-b.1] - 2021-02-24
|
||||
|
||||
* Migrate to tokio 1.x
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ cookie = ["coo-kie", "coo-kie/percent-encode"]
|
|||
[dependencies]
|
||||
ntex-codec = "0.4.0"
|
||||
ntex-rt = "0.2.0"
|
||||
ntex-rt-macros = "0.1"
|
||||
ntex-rt-macros = "0.1.1"
|
||||
ntex-router = "0.4.0"
|
||||
ntex-service = "0.1.5"
|
||||
ntex-macros = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue