2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-30 01:05:31 +00:00

update femme

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
Marc-Antoine Perennou 2020-08-19 13:37:43 +02:00
parent dbc98faf1f
commit 58c0aca6cc
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ features = ["rt-threaded"]
optional = true
[dev-dependencies]
femme = "1.3.0"
femme = "2.1.1"
rand = "0.7.3"
tempdir = "0.3.7"
futures = "0.3.4"

View file

@ -3,7 +3,7 @@
use async_std::task;
fn main() {
femme::start(log::LevelFilter::Trace).unwrap();
femme::with_level(log::LevelFilter::Trace);
task::block_on(async {
let handle = task::spawn(async {