Skip to content

Commit

Permalink
Requested PR changes for #310
Browse files Browse the repository at this point in the history
  • Loading branch information
BGluth committed Jun 24, 2024
1 parent 1fb101b commit ec16420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[env]
# If we're running in the project workspace, then we should set the workspace env var so we read/write to/from files relative to the workspace.
CARGO_WORKSPACE_DIR = { value = "", relative = true }
4 changes: 0 additions & 4 deletions zero_bin/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
# https://github.com/rust-lang/rust/pull/124129
# https://github.com/dtolnay/linkme/pull/88
rustflags = ["-Zlinker-features=-lld"]

[env]
# If we're running in the project workspace, then we should set the workspace env var so we read/write to/from files relative to the workspace.
CARGO_WORKSPACE_DIR = { value = "", relative = true }

0 comments on commit ec16420

Please sign in to comment.