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 Jul 8, 2024
1 parent 4643341 commit acc8fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
# https://github.com/rust-lang/rust/pull/124129
# https://github.com/dtolnay/linkme/pull/88
rustflags = ["-Z", "linker-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 }
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 @@
# read/write to/from files relative to the workspace even when running in this
# directory
CARGO_WORKSPACE_DIR = { value = "", relative = true }

[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 acc8fd1

Please sign in to comment.