Skip to content

Commit

Permalink
rename globwalk to turborepo-globwalk
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed May 24, 2023
1 parent 79ea68a commit 02b8f6a
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ pnpm-lock.yaml
/crates

# overrides for crates that are owned by turbo-oss
/crates/globwalk @vercel/turbo-oss
/crates/turborepo* @vercel/turbo-oss

# overrides for crates that are owned by web-tooling
Expand Down
82 changes: 80 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
resolver = "2"

members = [
"crates/globwalk",
"crates/node-file-trace",
"crates/turbo-tasks*",
"crates/turbopack*",
Expand Down
2 changes: 1 addition & 1 deletion crates/turborepo-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["staticlib"]

[dependencies]
directories = "4.0.1"
globwalk = { version = "0.1.0", path = "../globwalk" }
globwalk = { version = "0.1.0", path = "../turborepo-globwalk" }
prost = "0.11.6"
thiserror = { workspace = true }
turbopath = { workspace = true }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 02b8f6a

Please sign in to comment.