Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
chore: add 2 more unmaintained advisories
  • Loading branch information
Karrq committed Nov 11, 2024
1 parent 45d1410 commit 5a56c87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ ignore = [
# Used by alloy
# proc-macro-error is unmaintained
"RUSTSEC-2024-0370",
# instant is unmaintained
"RUSTSEC-2024-0384",
# Used by boojum
# derivative is unmaintained
"RUSTSEC-2024-0388",
]

# This section is considered when running `cargo deny check bans`.
Expand Down
6 changes: 3 additions & 3 deletions testdata/zk/WithLibraries.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pragma solidity >=0.8.7 <0.9.0;
import "forge-std/console.sol";

library Foo {
function foo() external pure {
console.log("I'm a library");
}
function foo() external pure {
console.log("I'm a library");
}
}

contract UsesFoo {
Expand Down

0 comments on commit 5a56c87

Please sign in to comment.