Skip to content

Commit

Permalink
Update turbo crates (#42014)
Browse files Browse the repository at this point in the history

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
  • Loading branch information
ijjk committed Oct 30, 2022
1 parent a67f100 commit 56dd821
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 27 deletions.
68 changes: 47 additions & 21 deletions packages/next-swc/Cargo.lock

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

12 changes: 6 additions & 6 deletions packages/next-swc/crates/napi/Cargo.toml
Expand Up @@ -56,12 +56,12 @@ tracing-futures = "0.2.5"
tracing-subscriber = "0.3.9"
tracing-chrome = "0.5.0"
owo-colors = "3"
turbo-tasks = { git = "https://github.com/vercel/turbo.git", rev = "56039940cdfac07b68e030da1396214962e99ceb" }
turbo-tasks-memory = { git = "https://github.com/vercel/turbo.git", rev = "56039940cdfac07b68e030da1396214962e99ceb" }
turbopack-core = { git = "https://github.com/vercel/turbo.git", rev = "56039940cdfac07b68e030da1396214962e99ceb" }
turbopack-dev-server = { git = "https://github.com/vercel/turbo.git", rev = "56039940cdfac07b68e030da1396214962e99ceb" }
next-dev = { git = "https://github.com/vercel/turbo.git", rev = "56039940cdfac07b68e030da1396214962e99ceb" }
node-file-trace = { git = "https://github.com/vercel/turbo.git", rev = "56039940cdfac07b68e030da1396214962e99ceb", default-features = false, features = ["node-api"] }
turbo-tasks = { git = "https://github.com/vercel/turbo.git", rev = "7023733ac66209f03a40f15b33d276d92bbbb242" }
turbo-tasks-memory = { git = "https://github.com/vercel/turbo.git", rev = "7023733ac66209f03a40f15b33d276d92bbbb242" }
turbopack-core = { git = "https://github.com/vercel/turbo.git", rev = "7023733ac66209f03a40f15b33d276d92bbbb242" }
turbopack-dev-server = { git = "https://github.com/vercel/turbo.git", rev = "7023733ac66209f03a40f15b33d276d92bbbb242" }
next-dev = { git = "https://github.com/vercel/turbo.git", rev = "7023733ac66209f03a40f15b33d276d92bbbb242" }
node-file-trace = { git = "https://github.com/vercel/turbo.git", rev = "7023733ac66209f03a40f15b33d276d92bbbb242", default-features = false, features = ["node-api"] }
# There are few build targets we can't use native-tls which default features rely on,
# allow to specify alternative (rustls) instead via features.
# Note to opt in rustls default-features should be disabled
Expand Down

0 comments on commit 56dd821

Please sign in to comment.