Skip to content

Commit

Permalink
Remove sozo as a dependency of katana-runner crate (#1988)
Browse files Browse the repository at this point in the history
remove unused sozo dep in `katana-runner` crate
  • Loading branch information
kariy authored May 21, 2024
1 parent 855da31 commit 22b0c90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion 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/katana/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ lazy_static.workspace = true
runner-macro = { path = "./runner-macro" }
serde.workspace = true
serde_json.workspace = true
sozo = { path = "../../../bin/sozo" }
starknet.workspace = true
tokio.workspace = true
url.workspace = true

0 comments on commit 22b0c90

Please sign in to comment.