Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Sep 28, 2023
1 parent ea69c9f commit 0b061db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

12 changes: 1 addition & 11 deletions packages/next-swc/crates/next-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ autobenches = false
bench = false

[features]
default = ["custom_allocator", "native-tls"]
default = ["custom_allocator"]
custom_allocator = [
"turbopack-binding/__turbo_tasks_malloc",
"turbopack-binding/__turbo_tasks_malloc_custom_allocator",
Expand Down Expand Up @@ -48,14 +48,4 @@ tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
[build-dependencies]
# It is not a mistake this dependency is specified in dep / build-dep both.
shadow-rs = { workspace = true }
<<<<<<< HEAD
turbopack-binding = { workspace = true, features = [
"__turbo_tasks_build"
]}
||||||| parent of 98799147c7 (Implement Server Actions)
turbopack-binding = { workspace = true, features = [
"__turbo_tasks_build"
]}
=======
turbopack-binding = { workspace = true, features = ["__turbo_tasks_build"] }
>>>>>>> 98799147c7 (Implement Server Actions)

0 comments on commit 0b061db

Please sign in to comment.