Skip to content

Commit 1d43341

Browse files
committed
update femme
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent 2e0b561 commit 1d43341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ memchr = "2.3.3"
2424
pin-project-lite = "0.1.4"
2525

2626
[dev-dependencies]
27-
femme = "1.3.0"
27+
femme = "2.0.0"
2828
async-std = { version = "1.5.0", features = ["attributes", "unstable"] }

tests/decode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async fn maintain_id_state() -> http_types::Result<()> {
5656
/// https://github.com/web-platform-tests/wpt/blob/master/eventsource/event-data.html
5757
#[async_std::test]
5858
async fn event_data() -> http_types::Result<()> {
59-
femme::start(log::LevelFilter::Trace)?;
59+
femme::with_level(log::LevelFilter::Trace);
6060
let input = concat!(
6161
"data:event\n",
6262
"data:event\n\n",

0 commit comments

Comments
 (0)