Skip to content

Commit d0eceac

Browse files
committed
Disable audit requirement
There are no valid versions of Tokio <1.0 and no way to suppress specific issues in this action
1 parent 9af5b00 commit d0eceac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bors.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ status = [
1010
"cargo hack check --all-targets --feature-powerset",
1111
"cargo fmt --check",
1212
"cargo clippy",
13-
"cargo audit",
13+
# "cargo audit",
1414
"cargo doc --cfg docsrs",
1515
]
1616
delete_merged_branches = true

0 commit comments

Comments
 (0)