diff --git a/ntex-rt/CHANGES.md b/ntex-rt/CHANGES.md index 08e60c5f..02da1dc5 100644 --- a/ntex-rt/CHANGES.md +++ b/ntex-rt/CHANGES.md @@ -1,8 +1,10 @@ # 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 diff --git a/ntex-rt/Cargo.toml b/ntex-rt/Cargo.toml index 7e0e245b..59eaebad 100644 --- a/ntex-rt/Cargo.toml +++ b/ntex-rt/Cargo.toml @@ -18,5 +18,5 @@ path = "src/lib.rs" [dependencies] ntex-rt-macros = "0.1.0" 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"] }