Skip to content

Commit

Permalink
Merge branch 'main' into rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Jan 19, 2023
2 parents 794ccc5 + fe17e8b commit 6f9c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate_universe/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It's then recommended to export the `CARGO_BAZEL_GENERATOR_URL` environment
variable to be a `file://` url to the built binary on disk.

```shell
export CARGO_BAZEL_GENERATOR_URL=$(pwd)/target/debug/cargo-bazel
export CARGO_BAZEL_GENERATOR_URL=file://$(pwd)/target/debug/cargo-bazel
```

From here on, the repository rule can be run
Expand Down

0 comments on commit 6f9c48e

Please sign in to comment.