Skip to content

Commit

Permalink
fixup! Fixes #15274: Handle erreors in log filter
Browse files Browse the repository at this point in the history
Fixes #15274: Handle errors in log filter
  • Loading branch information
amousset committed Jul 23, 2019
1 parent a0f20e5 commit 02b71b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/sources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ lint:

check: lint
cd relayd && cargo test
cd relayd && cargo audit
cd relayd && cargo audit --ignore RUSTSEC-2019-0011 #https://github.com/crossbeam-rs/crossbeam/issues/401

# Clean

Expand Down

0 comments on commit 02b71b4

Please sign in to comment.