Skip to content

Commit

Permalink
chore(katana): remove unused codes (#2647)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Nov 6, 2024
1 parent 884a726 commit a4adeb3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 123 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions crates/katana/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ katana-runner-macro = { path = "macro" }

anyhow.workspace = true
assert_fs.workspace = true
chrono.workspace = true
serde.workspace = true
serde_json.workspace = true
starknet.workspace = true
tokio.workspace = true
url.workspace = true
1 change: 0 additions & 1 deletion crates/katana/runner/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![cfg_attr(not(test), warn(unused_crate_dependencies))]

mod logs;
mod utils;

use std::path::PathBuf;
Expand Down
116 changes: 0 additions & 116 deletions crates/katana/runner/src/logs.rs

This file was deleted.

0 comments on commit a4adeb3

Please sign in to comment.