Skip to content

Commit

Permalink
Remove regex
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Jan 29, 2025
1 parent 5191e43 commit b83538c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 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/zksync/compilers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@ similar-asserts.workspace = true
fd-lock = "4.0.2"
tempfile.workspace = true
foundry-test-utils.workspace = true
regex = { workspace = true, default-features = false }

2 changes: 0 additions & 2 deletions crates/zksync/compilers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ pub mod link;
#[cfg(test)]
use foundry_test_utils as _;
#[cfg(test)]
use regex as _;
#[cfg(test)]
use tempfile as _;

0 comments on commit b83538c

Please sign in to comment.