Skip to content

Commit

Permalink
chore(core): clean up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Jun 27, 2023
1 parent c6fccb8 commit 6e5787e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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 packages/nx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ anyhow = "1.0.71"
colored = "2"
crossbeam-channel = '0.5'
fs_extra = "1.3.0"
futures = "0.3.28"
globset = "0.4.10"
hashbrown = { version = "0.14.0", features = ["rayon"] }
ignore = '0.4'
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/src/native/cache/file_ops.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::fs;
use std::path::{Path, PathBuf};
use std::path::PathBuf;

#[napi]
pub fn remove(src: String) -> anyhow::Result<()> {
Expand Down

0 comments on commit 6e5787e

Please sign in to comment.