Skip to content

Commit

Permalink
remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Oct 14, 2024
1 parent 797a67b commit efba14e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 33 deletions.
60 changes: 29 additions & 31 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ cairo-lang-filesystem = "2.8.4"
cairo-lang-semantic = "2.8.4"
cairo-lang-sierra = "2.8.4"
cairo-lang-sierra-generator = "2.8.4"
cairo-lang-diagnostics = "2.8.4"
educe = "0.5.11" # can't update until https://github.com/magiclen/educe/issues/27
itertools = "0.13.0"
lazy_static = "1.5"
Expand Down
1 change: 0 additions & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ starknet-types-core = { version = "0.1.7", default-features = false, features =
"std", "serde", "hash"
] }
cairo-lang-sierra-gas = "2.8.4"
libc = "0.2"
starknet-curve = "0.5.1"
lazy_static = "1.5.0"
rand = "0.8.5"
Expand Down

0 comments on commit efba14e

Please sign in to comment.