From 7e4586bad4e3f8f97a9271def747cf58c4b68f3c Mon Sep 17 00:00:00 2001 From: Ivan Petkov Date: Tue, 3 Sep 2024 17:26:06 -0700 Subject: [PATCH] docs: fix typo --- docs/faq/git-dep-cannot-find-relative-path.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/git-dep-cannot-find-relative-path.md b/docs/faq/git-dep-cannot-find-relative-path.md index 8d2510f5..a414bf63 100644 --- a/docs/faq/git-dep-cannot-find-relative-path.md +++ b/docs/faq/git-dep-cannot-find-relative-path.md @@ -19,7 +19,7 @@ command: each crate (whether it comes from a registry or a git repo) is extracte in a separate directory. Thus the problem of trying to locate files outside of the crate's (not the _workspace's_) root directory can also be demonstrated by calling `cargo vendor` and then following its instructions (normally copying -some configuration to `.config/cargo.toml`) and then building as normal. +some configuration to `.cargo/config.toml`) and then building as normal. If building like this after running `cargo vendor` **succeeds but fails when building with Crane** please open an issue with a reproduction! However, if the