mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
prep package
This commit is contained in:
parent
4a25777ecd
commit
ca05bb24e7
2 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [1.0.0] - 2019-12-11
|
## [0.1.0] - 2020-03-31
|
||||||
|
|
||||||
* Rename crate
|
* Remove support to spawn futures with stopped runtime
|
||||||
|
|
||||||
|
* Fork to ntex namespace
|
||||||
|
|
||||||
## [1.0.0] - 2019-12-11
|
## [1.0.0] - 2019-12-11
|
||||||
|
|
||||||
|
|
|
@ -18,5 +18,5 @@ path = "src/lib.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ntex-rt-macros = "0.1.0"
|
ntex-rt-macros = "0.1.0"
|
||||||
actix-threadpool = "0.3"
|
actix-threadpool = "0.3"
|
||||||
futures = "0.3.1"
|
futures = "0.3.4"
|
||||||
tokio = { version = "0.2.6", default-features=false, features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"] }
|
tokio = { version = "0.2.6", default-features=false, features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue