Skip to content

Commit c190773

Browse files
committed
Use released Drain::flush instead of pinned git branch
This will be subsumed by a proper upgrade to v2.8. For the time being, this makes it easier to test things out.
1 parent 9392bcf commit c190773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default = []
2121
path = "lib.rs"
2222

2323
[dependencies]
24-
slog = { git = "https://github.com/Techcable/slog.git", branch = "feature/simple-flush-method" }
24+
slog = "2.8"
2525
thread_local = "1"
2626
take_mut = "0.2.0"
2727
crossbeam-channel = "0.5"

0 commit comments

Comments
 (0)