From ca05bb24e732249fed21e4377fcc9848dc352c8d Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 31 Mar 2020 10:19:17 +0600 Subject: [PATCH] prep package --- ntex-rt/CHANGES.md | 6 ++++-- ntex-rt/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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"] }