Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Move CLI to crate and remove actix-web from deps #564

Merged
merged 9 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into move-cli-to-crate
  • Loading branch information
mfachal committed Jun 1, 2023
commit 4669702724708175faf038ea7e5e286178f7d14a
52 changes: 9 additions & 43 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ awc = "3.1.1"
mimalloc = { version = "0.1.29", default-features = false, optional = true }
hex = "0.4.3"
cargo-llvm-cov = "0.5.14"
starknet-rs = {git = "https://github.com/lambdaclass/starknet_in_rust", rev = "04f854e9495ee08fa74eedfdc19b3fe79d03caa9"}
starknet-rs = {git = "https://github.com/lambdaclass/starknet_in_rust", branch = "main"}
starknet-contract-class = { path = "../crates/starknet-contract-class" }

[dev-dependencies]
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.