8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ddd0a + 58c0aca commit 280f224Copy full SHA for 280f224
Cargo.toml
@@ -100,7 +100,7 @@ features = ["rt-threaded"]
100
optional = true
101
102
[dev-dependencies]
103
-femme = "1.3.0"
+femme = "2.1.1"
104
rand = "0.7.3"
105
tempdir = "0.3.7"
106
futures = "0.3.4"
examples/logging.rs
@@ -3,7 +3,7 @@
3
use async_std::task;
4
5
fn main() {
6
- femme::start(log::LevelFilter::Trace).unwrap();
+ femme::with_level(log::LevelFilter::Trace);
7
8
task::block_on(async {
9
let handle = task::spawn(async {
0 commit comments