Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Oct 21, 2024
1 parent e873b34 commit 7f20442
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
- '**/Cargo.toml'
- '**/Cargo.lock'

permissions:
issues: write
checks: write

jobs:
security_audit:
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion crates/header-accumulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ rlp.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
sf-protos = { path = "../sf-protos" }
# Needs to match that transitively depended on by trin-validation
tree_hash = "0.8.0"
trin-validation.workspace = true

Expand Down

0 comments on commit 7f20442

Please sign in to comment.