mirror of
https://github.com/async-rs/async-std.git
synced 2025-04-11 02:46:42 +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
|
optional = true
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
femme = "1.3.0"
|
femme = "2.1.1"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
tempdir = "0.3.7"
|
tempdir = "0.3.7"
|
||||||
futures = "0.3.4"
|
futures = "0.3.4"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
use async_std::task;
|
use async_std::task;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
femme::start(log::LevelFilter::Trace).unwrap();
|
femme::with_level(log::LevelFilter::Trace);
|
||||||
|
|
||||||
task::block_on(async {
|
task::block_on(async {
|
||||||
let handle = task::spawn(async {
|
let handle = task::spawn(async {
|
||||||
|
|
Loading…
Reference in a new issue