Skip to content

Commit

Permalink
fix wax
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Feb 17, 2024
1 parent 8f22559 commit 169466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-wax/src/walk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ mod tests {
// it a valid glob, we must
#[cfg(windows)]
let slash_path = {
let regex = Regex::new("([A-Z]):").unwrap();
let regex = regex::Regex::new("([A-Z]):").unwrap();
regex.replace(&slash_path, "$1\\:")
};

Expand Down

0 comments on commit 169466f

Please sign in to comment.