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:
parent
dbc98faf1f
commit
58c0aca6cc
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue