Skip to content

Commit

Permalink
fix(shim): Ignore shim in cargo workspace (#2345)
Browse files Browse the repository at this point in the history
Just a quick fix to get the turbo shim compiling. In the future we can add the shim to the workspace but there's some slightly annoying issues with dependencies rn.
  • Loading branch information
NicholasLYang committed Oct 25, 2022
1 parent 4eba00d commit 41c04a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ members = [
"xtask",
]

exclude = ["shim"]

[profile.release]
# We use CARGO_PROFILE_RELEASE_LTO instead
# lto = true
Expand Down

0 comments on commit 41c04a1

Please sign in to comment.