Skip to content

Commit 0085d1a

Browse files
authored
Update test macros to use test-log and rstest for better compatibility (#73)
This bumps test-log to 0.2.18.
1 parent 03070d1 commit 0085d1a

File tree

2 files changed

+113
-63
lines changed

2 files changed

+113
-63
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ futures-lite = "2.3.0"
5757
asyncs = "0.4.0"
5858

5959
[dev-dependencies]
60-
test-log = { version = "0.2.15", features = ["log", "trace"] }
60+
test-log = { version = "0.2.18", features = ["log", "trace"] }
6161
env_logger = "0.10.0"
6262
rand = "0.8.4"
6363
pretty_assertions = "1.1.0"

0 commit comments

Comments
 (0)