Skip to content

Commit

Permalink
Remove unused dependencies (#2845)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #

## Introduced changes

<!-- A brief description of the changes -->

-

## Checklist

<!-- Make sure all of these are complete -->

- [x] Linked relevant issue
- [x] Updated relevant documentation
- [x] Added relevant tests
- [x] Performed self-review of the code
- [x] Added changes to `CHANGELOG.md`
  • Loading branch information
kkawula authored Jan 13, 2025
1 parent 9265725 commit f5bc5c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/forge-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@ conversions = { path = "../conversions" }
scarb-api = { path = "../scarb-api" }
shared = { path = "../shared" }
universal-sierra-compiler-api = { path = "../universal-sierra-compiler-api" }
fs4.workspace = true
which.workspace = true
sanitize-filename.workspace = true
2 changes: 0 additions & 2 deletions crates/snforge-scarb-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ cairo-lang-macro.workspace = true
cairo-lang-parser.workspace = true
cairo-lang-utils.workspace = true
cairo-lang-syntax.workspace = true
cairo-lang-diagnostics.workspace = true
cairo-lang-filesystem.workspace = true
url.workspace = true
indoc.workspace = true
smol_str.workspace = true
Expand Down

0 comments on commit f5bc5c2

Please sign in to comment.