From 68e800d2386c29cf3d680774037346f50e2424a8 Mon Sep 17 00:00:00 2001 From: Elias Meyer Date: Tue, 19 Nov 2024 00:36:03 +0200 Subject: [PATCH] Fix path for .cargo/config -> .cargo/config.toml --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1efa900..eaa2bfaf 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,9 @@ item required, but not found: eh_personality`. This unhelpful error message is fixed by compiling for the right target. We also need to tell Rust how to link our executable, and how to lay out the -result in memory. To accomplish all this, copy [.cargo/config](.cargo/config) and -[memory.x](memory.x) from the stm32f1xx-hal repo to your project. +result in memory. To accomplish all this, copy +[.cargo/config.toml](.cargo/config.toml) and [memory.x](memory.x) from the +stm32f1xx-hal repo to your project. ```bash cargo build